.style1 {font-size: 9px}
.style3 {font-size: 9px; font-family: Tahoma; }
.style6 {color: #FFFFFF; font-weight: bold; }
.style8 {color: #000000}
.style9 {color: #EFEFEF}
.style10 {color: #FFFFFF}
.style11 {color: #4A697D}
.style15 {font-size: 12px}
.style17 {
	font-size: 13px;
	font-weight: bold;
}
.style18 {font-size: 13px}
.style20 {font-size: 10px; }
.style21 {	
	font-family: Verdana, Georgia;
	font-size: 13px;}
.style22 {
	font-size: 12px;
	font-family: Verdana, Georgia;}


.align {top:auto;}

.orderlinks A:link {color:#00FF00}
.orderlinks A:visited {color:#FFFF00}
.orderlinks A:active {color:#003399}
.orderlinks A:hover {color: red;}
 
.forma {
    border: 1px dotted #999999;
    width: 300px;
	}
	
.formb {
    border: 1px dotted #999999;
    width: 60px;
	}

.submitbutton {
    color: #ffffff;
    font-weight: bold;
	font-size:9px;
    background-color: #4A697D;
    border: 1px solid #4A697D; }

.fantsize {
	font-size: 11px; }
.fantsizetwo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}
.fantsizethree {
	font-family:Verdana, Arial;
	font-size:9px;
	}

.dropbutton {
    color: #ffffff;
    font-weight: bold;
	font-size:9px;
    background-color: #4A697D;
    border: 1px solid #CCCCCC; }

.navinput {
    border: 1px solid #cccccc;
    width: 95px;
	
}

	


.style4 {
	color: #4A697D;
	font-weight: bold;
}
body {
z-index: auto;
}

/* Drop down navigation */

#dropmenudiv{
position:absolute;
/*(border:5px solid #999999;*/
border-right: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom-width: 100%;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 15px;
border-bottom: 1px solid #999999;
padding: 1px 0;
font-weight: normal;
font-variant:small-caps;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
}

a:link {
	color: #4A697D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4A697D;
}
a:hover {
	text-decoration: blink;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}


/* TABS*/

.indentmenu{
font: bold 13px Tahoma;
width: 100%; /*leave this value as is in most cases*/
}


.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid #e6e6e6; /*navy border*/
background: #e6e6e6;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #cccccc; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #000000;
}

.indentmenu ul li a.selected{
color: #000000 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background-color: #f8f8f8;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid blue;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
