body {
	font-family: tahoma;
	font-size: 12px;
	margin:0;	
	background-color: #222222;	
}


td, textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: #616161;
	font-weight: normal;
}

p{
	font-family: tahoma;
	font-size: 12px;
}

ul li{
	font-family: tahoma;
	font-size: 12px;
	margin:2px;
}

#footer span{
	color:#FFFFFF;
}

#footer span a{
	color:#FFFFFF;
}
#sitenews { text-align:left; }
#sitenews a:link { color:#000000; text-decoration: none; } 
#sitenews a:visited { color:gray; text-decoration: none; }
#sitenews a:hover { color:#1E3EE5; text-decoration: underline; } /* 1E3EE5 - blue*/

#features { 
	text-align:left; 
	padding:10px;	
}
#features a:link { color:#000000; text-decoration: none; } 
#features a:visited { color:gray; text-decoration: none; }
#features a:hover { color:#1E3EE5; text-decoration: underline; } /* 1E3EE5 - blue*/

a:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

.infoBox {  
  border: solid 1px #000;
}


.odd_row td{	
	padding: 3px 0 3px 0;
	background-color:#DFEEF5;
	border-bottom: 1px dashed #B1B1B1;
}

.even_row td{	
	padding: 3px 0 3px 0;
	border-bottom: 1px dashed #B1B1B1;
}

#top-logo{ 	
	background-color: #000000;	
	text-align:center;
	padding:10px 0 10px 0;
}

#nav_right{
	margin:2px 0 2px 2px;	
	padding-top:0px;
}

#nav_right #nav_header{			
	background:#069 url(/images/page_header.gif) repeat-x 0 100%;
	color:#FFFFFF;
	float:right;
	height:24px;
	font-size:13px;
	padding: 0 2px 4px 4px;
}

h3{
	margin:2px 0 2px 0;
	font-size:140%;
	font-weight:bold;
	border:none;
}



/******************** START - TOP MENUS *********************/
.top-menu-item , .top-menu-item a{
	color:#FFFFFF;
	background-color: #000000;
	text-align:center;
	font-weight: bold;
	font-size:11px;
	height:22px;
	padding: 0 21px;
}
.top-menu-item a:hover { color:red; text-decoration: none; }

.top-bottom-item , .top-bottom-item a{
	color:#FFFFFF;
	background-color: #000000;
	text-align:center;
	font-weight: bold;
	font-size:11px;
	height:22px;
	padding: 0 20px;
}
.top-bottom-item a:hover { color:red; text-decoration: none; }

.top-menu-separator { color:white;}

/******************** END - TOP MENUS *********************/