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

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;
}

#custompage { 	
	text-align:left; 
	padding:10px;	
}

#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, #custompage { 
	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*/

#essentials { 
	text-align:left; 
	padding:10px;	
}
#essentials a:link { color:#000000; text-decoration: none; } 
#essentials a:visited { color:gray; text-decoration: none; }
#essentials 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;
}

.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: #E76A0F;	
	border-left:solid 2px #000000;
	border-right:solid 2px #000000;	
	text-align:center;
	padding:10px 0 10px 0;
}

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

#nav_right #nav_header{			
	background-color:#069;
	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:#000000;	
	background-color: #E76A0F;
	text-align:center;
	font-weight: bold;
	font-size:11px;
	height:22px;
	padding: 0 10px 0 10px;
}
.top-menu-item a:hover { 
	color:#FFFFFF; 
	background-color: #000000;
	text-decoration: none; 
}

.top-menu-separator { color:#000000;}

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