/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/img/layout/main_body_bg.gif) ; 
	background-repeat: repeat-x;
}

td {
	font-size: 11px; 
	color: #666666; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: left;
}

h1 {
	font-size: 17px; 
	color: #CC9933; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

a {
	color: #E0A838;
	text-decoration: none;
}

a:hover {
	color: #3C77B3;
	text-decoration: underline;	
}

a:active {
	color: #8D9096;
	text-decoration: none;
}

a.list_link {
	color: #666666;
	text-decoration: none;
}

a.list_link:hover {
	color: #3C77B3;
	text-decoration: underline;
}

a.list_link:active {
	color: #666666;
	text-decoration: none;
}

a.footer_link_active {
	color: #E0A838;
}

a.footer_link_inactive {
	color: #8D9096;
}

a.footer_link_inactive:hover {
	color: #3C77B3;
	text-decoration: underline;	
}

a.footer_link_inactive:active {
	color: #8D9096;
	text-decoration: none;
}

.hot {
	color: #E0A838;
}

.white {
	color:#FFFFFF;
}

.gray {
	color:#666666;
}

.error {
	color:#FF6666;
}

list-menu {
	width: 160px;
}

#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
} 

#list-menu li {
	margin: 3px 0 0;
} 

#list-menu a {
	display: block;
	width:160px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #ffffff;
	background: #F6F6F6;
	text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu .selected a {
	display: block;
	width:160px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #e6e6e6;
	background: #ffffff;
	text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #666666;
}

#list-menu a:hover {
	border: 1px solid #e6e6e6;
	background: #ffffff;
	color: #3C77B3;
} 

list-menu-about {
	width: 186px;
}

#list-menu-about ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
} 

#list-menu-about li {
	margin: 3px 0 0;
} 

#list-menu-about a {
	display: block;
	width:186px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #ffffff;
	background: #F6F6F6;
	text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu-about .selected a {
	display: block;
	width:186px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #e6e6e6;
	background: #ffffff;
	text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu-about a:link, #list-menu-about a:active, #list-menu-about a:visited {
color: #666666;
}

#list-menu-about a:hover {
	border: 1px solid #e6e6e6;
	background: #ffffff;
	color: #3C77B3;
} 

div.news_scroll {
	width: 246px;
	height: 95px;
	overflow: auto;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 8px;
	padding-left: 8px;
}

.form_ok {
	font-size: 11px; 
	color: #666666; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FAFAFA; 
	border: 1 solid;
	border-color: #CCCCCC;
}

.form_missed {
	font-size: 11px; 
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FF6666; 
	border: 1 solid;
	border-color: #CCCCCC;
}