body, td, th {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000 ;
	font-weight: normal;
	scrollbar-face-color : #F1F1F1;
    scrollbar-arrow-color : #4474FF;
    scrollbar-track-color : #F8F8F8;
    scrollbar-shadow-color : #FFFFFF;
    scrollbar-highlight-color: #A9D2F2;
    scrollbar-3dlight-color : #FFFFFF;
    scrollbar-darkshadow-color : #747474;
	}

A:link { color: #0066cc; text-decoration: none; }
A:visited { color: #0066cc; text-decoration: none; }
A:hover { color: #FF8000; text-decoration: none; }
A:active { color: #0066cc; text-decoration: none; }

h1 {
	font-size: 18px;
	color:#FF8000;
	margin:0px;
}
h2 {
	font-size: 14px;
	color: #89A5BA;
}
h3 {
	font-size: 12px;
	color:#91B2AB;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.border {border-top:2px solid #387B99; }

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
} 

.menu-head { 
	color: #FFFFFF;
	background-color: #FF6600;
	font-family:sans-serif; 
	font-size: 12px;
	padding-left:4px;
	font-weight: bold;
	}

.datsun-menu {
	height:16px;
	background-color:#CCCCCC;
	text-align:left;
	font-family:sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	margin:0px;
	padding-left:4px;
	}
	
.datsun-menu A, .datsun-menu A:link, .datsun-menu A:visited, .datsun-menu A:active {text-decoration:none; color: #fff;}
.datsun-menu A:hover {
	text-decoration:none; 
	color:#fff;
	background-image: url(images/arr_red.gif);
	background-color: transparent; 
	background-repeat: no-repeat;
	}