body {font-family: Verdana, Arial, Helvetica, sans-serif; margin:0px;}

/*links*/
a:link {color: #FF0000;text-decoration: none;}
a:visited {color: #FF0000;text-decoration: none;}
a:active {color: #FF0000;text-decoration: none;}
a:hover {color: #FF0000;text-decoration: underline;}

a.white:link {color: #FFFFFF;text-decoration: underline;}
a.white:visited {color: #FFFFFF;text-decoration: underline;}
a.white:active {color: #FFFFFF;text-decoration: underline;}
a.white:hover {color: #FFFFFF;text-decoration: underline;}

/*headlines*/
.large24head {font-size: 24px;color: #FF0000;font-weight: bold;	font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;	padding-top: 15px;}
.largehead {font-size: 18px;color: #000000;	font-weight: bold;}
.midhead {font-size: 14px;color: #FF0000;font-weight: bold;}
.smallhead {font-size: 13px;color: #000000;	font-weight: bold;}
.redhead {font-size: 12px;color: #FF0000;}
.plaintext {font-size: 11px;color: #000000;}

/*text*/
.whitetext {font-size: 12px;color: #FFFFFF;}
.smalltext {font-size: 11px;color: #000000;}
.bodytext {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;line-height: 18px;font-weight: normal;color: #1C1C1C;text-align: justify;}
.plaintext {font-size: 12px;color: #000000; line-height:18px;}
.hometext {font-size: 11px;color: #666666;padding-left:35px;padding-right:10px;padding-top:10px;padding-bottom:10px;}

/* pics  */
.thumb {border: 1px solid #000000;} 
.thumb:hover {border: 1px solid #000000;}

/*forms*/
input.gobtn {background-color: #FF0000; font-weight: bold; font-size: 9px; color: #FFFFFF;padding: 1px;}
select.box {width: 150px;}
select.100 {width: 85px;font-size: 10px;margin: 2px;}
input.85 {width: 85px;font-size: 10px;margin: 2px;}
input.40 {width: 40px;font-size: 10px;margin: 2px;}


/* client center */
table.cart {padding: 2px 1px 5px;width: 100%;background-color: #F8F8FF;	border: 1px double #EEE8AA;}

/* quicksearch table*/
.qs_table {border: 1px solid #336699; font-size: 10px; background: #FFFFFF;}

/* drop down menus*/
#dropmenudiv{
position:absolute;
border:1px solid #8D8D8D;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:19px;
z-index:100;
color: #0C0C0A;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #8D8D8D;
font:normal 11px Tahoma;
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #0C0C0A;
}

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

}

