/* CSS Document */
body {
	/*background-color: #EF7F2B;*/
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

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: 18px; 
	color: #F7951A; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

.tiny {
	font-size: 10px; 
}

.synopsis {
	text-align:justify
}

a {
	color: #F7951A;
	text-decoration: none;
}

a:hover {
	color: #777777;
	text-decoration: underline;	
}

a:active {
	color: #8D9096;
	text-decoration: none;
}

a.reversed {
	color: #777777;
	text-decoration: none;
}

a.reversed:hover {
	color: #F7951A;
	text-decoration: underline;	
}

a.reversed:active {
	color: #8D9096;
	text-decoration: none;
}

a.intext {
	color: #555555;
	text-decoration: none;
}

a.intext:hover {
	color: #F7951A;
	text-decoration: underline;	
}

a.intext:active {
	color: #8D9096;
	text-decoration: none;
}

a.footer_link_active {
	color: #FFFFFF;
}

a.footer_link_inactive {
	color: #CCCCCC;
}

a.footer_link_inactive:hover {
	color: #F7951A;
	text-decoration: underline;	
}

a.footer_link_inactive:active {
	color: #8D9096;
	text-decoration: none;
}

.headerLink a:link{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.headerLink a:visited{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.headerLink a:hover{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
}

.hot {
	color: #E0A838;
}

.error {
	color: #FF0000;
}

.white {
	color:#FDFAFB;
}

.gray {
	color:#cecece;
}

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: #888888;
}

#list-menu a:hover {
	border: 1px solid #e6e6e6;
	background: #ffffff;
	color: #F7951A;
} 

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: #888888;
}

#list-menu-about a:hover {
	border: 1px solid #e6e6e6;
	background: #ffffff;
	color: #3C77B3;
} 

.form_ok {
	font-size: 11px; 
	color: #444444; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #E8CDBC; 
	border: 1 solid;
	border-color: #CCCCCC;
}

.form_focus {
	font-size: 11px; 
	color: #444444; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF; 
	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;
}

.form_button {
	color:#FFFFFF; 
	background: #767676; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
}

.form_button:hover {
	color:#FFFFFF; 
	background: #EF7F2B; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	cursor:pointer;
}

.form_button:active {
	color:#F7951A; 
	background: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	cursor:pointer;
}
