/* body */	
BODY  {
	font-family:verdana, san-serif;
	font-size: 11px;
	margin: 0px;
	color: #848589;
	background-color: #48B8D2;
}

/* LINKS*/	
A:Link  {color: #626469;text-decoration : none;}
A:Visited  {color: #626469;text-decoration : none;}
A:Active  {color: #626469;text-decoration : none;}
A:Hover  {color: #000000;text-decoration: none;}

/* nav link links */	
a.nav:Link  {color: #626469; text-decoration: none; font-size: 11px; font-family:Arial, sans-serif;}
a.nav:Visited  {color: #626469;text-decoration: none; font-size: 11px; font-family:Arial, sans-serif;}
a.nav:Active  {color: #626469;text-decoration: none; font-size: 11px; font-family:Arial, sans-serif;}
a.nav:Hover  {color: #000000;text-decoration: none; font-size: 11px; font-family:Arial, sans-serif;  font-weight:bold;}
.nav_selected  {color: #000000;text-decoration: none; font-size: 11px; font-family:Arial, sans-serif;  font-weight:bold;}

/* subnav link links */	
a.subnav:Link  {color: #626469; text-decoration: none; font-size: 10px; font-family:Arial, sans-serif; padding-left:5px;  line-height:15px;}
a.subnav:Visited  {color: #626469;text-decoration: none; font-size: 10px; font-family:Arial, sans-serif; padding-left:5px;line-height:15px; }
a.subnav:Active  {color: #626469;text-decoration: none; font-size: 10px; font-family:Arial, sans-serif; padding-left:5px;line-height:15px;}
a.subnav:Hover  {color: #000000;text-decoration: none; font-size: 10px; font-family:Arial, sans-serif; padding-left:5px; line-height:15px;}
.subnav_selected  {color: #000000;text-decoration: none; font-size: 10px; font-family:Arial, sans-serif; padding-left:5px;line-height:15px;}

/* product link links */	
a.prod:Link  {color: #5BC8E7; text-decoration: none; font-size: 14px; font-family:Arial, sans-serif;}
a.prod:Visited  {color: #5BC8E7;text-decoration: none; font-size: 14px; font-family:Arial, sans-serif;}
a.prod:Active  {color: #5BC8E7;text-decoration: none; font-size: 14px; font-family:Arial, sans-serif;}
a.prod:Hover  {color: #000000;text-decoration: none; font-size: 14px; font-family:Arial, sans-serif; }
.prod_selected  {color: #000000;text-decoration: none; font-size: 14px; font-family:Arial, sans-serif; }

/* TEXT */
.bodytext {font-size: 11px; text-align: justify;}
.hometext {font-size: 11px;	line-height: 22px;}
.plaintext {font-size: 11px; line-height:14px}
.whitetext {color: #ffffff; font-size: 10px;}
.ninetext {font-size: 9px; line-height:14px;}
.tentext {font-size: 10px; line-height: 13px;}

/* headlines */
.smallhead {font-size: 11px; font-weight: bold; color: #5BC8E7;}
.midhead {font-size: 12px; font-weight: bold; color : #265D99; }
.largehead {font-size: 14px; font-weight: bold; color : #265D99; line-height: 30px;}


/* directory table*/
.dir_table {border: 1px solid #999999; font-size: 10px;}

/*profile thumbnail*/
.profile_thumb_border {
	border: 1px solid #333333;
} 

input.gobtn {
	background-color: #265D99; 
	font-weight: bold; 
	font-size: 9px; 
	color: #FFFFFF;
	padding: 1px;
}