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

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


/* headlines */  
.large24head {font-size: 20px; color: #AB684A;font-weight: bold; padding: 10px;}
.largehead {font-size: 17px; color: #1C1C1C; font-weight: bold;}
.midhead { font-size: 14px; color: #1C1C1C; font-weight: bold;}
.smallhead {font-size: 12px; color: #1C1C1C; font-weight: bold;}
.subhead {font-size: 12px; color: #1C1C1C; font-weight: bold; text-decoration:underline; font-style:italic;}
.redhead {font-size: 12px; color: #CC0033;}
  
/*text*/
.plaintext {font-size: 12px;  line-height:19px;}
.smalltext {font-size: 11px;}
.bodytext {font-size: 12px; line-height: 19px; font-weight: normal;  text-align: justify;}
.text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; font-weight: normal; color: #1C1C1C}
.linktext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; font-weight: bold; color: #AB684A}
.copyright { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 10px; font-weight: normal; color: #1C1C1C}
.copyrighthome { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 15px; font-weight: normal; color: #AB684A}


/* misc layout*/
.thumb {border: 1px solid #333333;} 
hr {color: #999999;}

/* forms */
form {margin:0;}
input.gobtn {
 background-color: #AB684A; 
 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;}
table.cart {padding: 2px 1px 5px; width: 100%; background-color: #F8F8FF; border: 1px double #EEE8AA;}  

