@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    font-size:11px;
	color: #000;
}

.f_button a,
.f_button a:VISITED,
.f_button a:ACTIVE,
.f_button a:FOCUS,
.f_button a:LINK  {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px none;
	outline: none;
}

.f_button a:HOVER{	color:#FF0000;	}

a.menulink, 
a.menulink:VISITED, 
a.menulink:ACTIVE, 
a.menulink:FOCUS, 
a.menulink:LINK  {
	/*color: #FF9900;*/
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px none;
	outline: none;
} 
a.menulink:HOVER{	color:#FF0000;	}


/* used on: 	families thumbnails 	*/
a.thumblink, a.thumblink:link, a.thumblink:visited, a.thumblink:active
{ 
	/*color: black; */
	/*color: 990000;*/
	/*line-height: 1px;*/ 
	/*padding: 2px;*/ 
	/*border:1px solid #000;*/
    
    display:block;
	border:2px solid #FF9933;

}
a.thumblink:hover 
{ 
	/*color: black; */
	/*color:#FF9933;*/
	/*background: #FF9933; */
	border:2px solid #990000;
    
}

.text_submit
{  cursor:pointer;
   color: #444;
   margin: 5px;
   padding: 5px;
   border:1px;

}

.text_submit:HOVER
{  cursor:pointer;
   color: #F00;
   margin: 5px;
   padding: 5px;


}

