BODY {
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url();
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	
	scrollbar-face-color:#0033FF;
    scrollbar-highlight-color:white; 
    scrollbar-shadow-color:white;
    scrollbar-3dlight-color:white; 
    scrollbar-arrow-color:white;
    scrollbar-track-color:white; 
    scrollbar-darkshadow-color:white;
} 

font {
	font-family: Verdana;
	font-size: 10px;
}
.bottombar_header {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #0033FF;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
}
.contactus_tables {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #0033FF;
	height: auto;
	border: thin groove #0033FF;}
.parts_tables {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0033FF;
	padding: 2px;
}
a:link {
	font-family: Verdana;	
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: underline;
	color: #0033FF;
	cursor: hand; 
}
a:hover {
	font-family: Verdana;	
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: underline overline;
	color: black;
	cursor: hand;
	filter: dropshadow (color:#000000 offX:1 offY:1); height: 12px; 
}
a:active {
	font-family: Verdana;	
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: underline;
	color: #0033FF;
	cursor: hand;
	filter: dropshadow (color:#ff0000 offX:1 offY:1); height: 12px; 
}
a:visited {
	font-family: Verdana;	
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: underline;
	color: #0033FF;
	cursor: hand; 
}