a { text-decoration:none; color:#74abfd}
a:hover { text-decoration:underline; color:#000000}

body {
	FONT-FAMILY: Verdana,Arial, Geneva,  Helvetica, sans-serif;
	FONT-SIZE: 12px;
	scrollbar-arrow-color: #ffcc33;
	scrollbar-3dlight-color: #626262;
	scrollbar-highlight-color: #626262;
	scrollbar-face-color: #626262;
	scrollbar-shadow-color: #dddddd;
	scrollbar-track-color: #dddddd;
	scrollbar-darkshadow-color: #626262;
}

A.menulinkbar {
display: block;
width: 105px;
text-align: left;
text-decoration: none;
color: #74abfd;
BORDER: none;
border: solid 0px #000000;
background-color:#C5CED5;
}

A.menulinkbar:hover {
border: solid 0px #000000;
background-color:#E2E7EA;
}



.text {FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana,Arial, Geneva,  Helvetica, sans-serif}
.whtext {FONT-SIZE: 11px; COLOR: #FFFFFF; LINE-HEIGHT: 16px; FONT-FAMILY:  Verdana,Arial, Geneva,  Helvetica, sans-serif}

.bluebld {FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: arial, Verdana,  helvetica, sans-serif;font-weight: bold;}


.small {FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, sans-serif;}
.whsmall {FONT-SIZE: 9px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, arial, helvetica, sans-serif;}

.header {FONT-SIZE: 12px;COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif;}
.headerbold {FONT-SIZE: 12px;COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif;font-weight: bold;}
.headerunderline {FONT-SIZE: 12px;COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif;font-weight: bold; text-decoration:underline;}

.whtitle {FONT-SIZE: 14px;COLOR: #FFFFFF; FONT-FAMILY: arial, helvetica, sans-serif;font-weight: bold;}
.bltitle {FONT-SIZE: 16px;COLOR: #2E4A65; FONT-FAMILY: arial, helvetica, sans-serif;font-weight: bold;}
.blktitle {FONT-SIZE: 16px;COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif;font-weight: bold;}

.footer {FONT-SIZE: 10px; COLOR: #95A3AD; LINE-HEIGHT: 19px; FONT-FAMILY: Arial, Helvetica, sans-serif}
.smallwhtbold { BACKGROUND-COLOR: #003366; FONT-FAMILY: Arial, Helvatica, sans-serif; COLOR: #FFFFFF; FONT-SIZE: 12px; FONT-WEIGHT: bold; }
.smallbck { FONT-FAMILY: Arial, Helvatica, sans-serif; FONT-SIZE: 12px; COLOR: #000000; }

.accufind	{ font-family: arial; font-size: 10px; color: #FFFFFF; }
.accufind2	{ font-family: arial; font-size: 10px; color: #666666; }
.footerText	{ font-family: arial; font-size: 12px; color: #FFFFFF; font-weight: bold; }
.title		{ font-family: arial; font-size: 14px; color: #000000; font-weight: bold; }
.preowned	{ font-family: Times; font-size: 23px; font-weight: bold; }
.preowned2	{ font-family: Times; font-size: 17px; }

/* STYLES TO HANDLE TABS AND OPTION LAYOUT */

.shadetabs{
font-family: Arial, Helvetica, sans-serif;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size: 11px;
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
font-size: 11px;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
font-size: 11px;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
font-size: 11px;
}

.shadetabs li.selected{
position: relative;
top: 1px;
font-size: 11px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
font-size: 11px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
font-size: 11px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 400px;
height:250px;
margin-bottom: 1em;
padding: 15px;
overflow:auto;
background-color: #FFFFFF;	
scrollbar-face-color: #6277a9; 
scrollbar-highlight-color: #8194c2; 
scrollbar-3dlight-color: #8194c2; 
scrollbar-darkshadow-color: #333333; 
scrollbar-shadow-color: #f8d8a9; 
scrollbar-arrow-color: #000000; 
scrollbar-track-color: #e3e3e3; 
}

.tabcontent{
font-size:11px;
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}  