

html {font-family: Trebuchet MS; 
		font-size:11px; }
a:link, a:active, a:visited {font-size:11px;font-family:Verdana;color:#3464ce;text-decoration:underline} 
a:hover{color:#3464ce;text-decoration:none} 


a.menu:link, a.menu:active, a.menu:visited {font-family:Verdana; font-size:12; color:white;text-decoration:none} 
a.menu:hover{font-family:Verdana; font-size:12; color:white;text-decoration:underline} 

a.akc:link, a.akc:active, a.akc:visited {font-family:Verdana; font-size:16px; color:red;text-decoration:underline} 
a.akc:hover{font-family:Verdana; font-size:16px; color:red;text-decoration:none}

a.basket:link, a.basket:active, a.basket:visited {font-family:Verdana; font-size:16px; color:#3464ce;text-decoration:underline} 
a.basket:hover{font-family:Verdana; font-size:16px; color:#3464ce;text-decoration:none} 

a.biggray:link, a.biggray:active, a.biggray:visited {font-family:Verdana; font-size:16; color:#a7a8a9;text-decoration:underline} 
a.biggray:hover{font-family:Verdana; font-size:16; color:#a7a8a9;text-decoration:none} 

.biggray {font-family:Verdana; font-size:16; color:#a7a8a9;text-decoration:none} 
.first{color:#3464ce;font-size:16;}
p,.text {font-family:verdana; font-size:11px; color:#616161}
#text {}
.little {font-family:verdana; font-size:11px; }
a.dark {font-family:verdana; font-size:12px; color:#515151;text-decoration:none}



input {border:solid 1px gray; font-size:10px; background:white;}
.lilinput { font-size:10px; color:black; border:solid 1px black; background: url("/images/inputbg.gif");}
select, textarea { border:solid 1px gray;  background:white;}
.small { font-size:11px;}
.ThreadTableHead {  color:white; background:#a3bdd8;}			








.head{color:#3464ce;font-size:16;}
a.tit:link, a.tit:active, a.tit:visited {font-family:Verdana; font-size:16px; color:#3464ce;text-decoration:underline} 
a.tit:hover{font-family:Verdana; font-size:16px; color:#3464ce;text-decoration:none} 


.style1 {background:#d9e9f4 }

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;

left: 0px;
top: 0px;
width: auto;
        border:1px solid gray;
        padding:5px;
        background:#FFF;
visibility:hidden;
z-index: 80;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px veranda;
line-height: 1.1em;
color: white;
padding: 5px 0 8px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
           background-color: white;
}








#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 18;
}