/* CSS Document */
body {
	background: url(/images/layout/BodyBg.jpg);
	background-color: #666666;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 10px;
}

td {
	font-size: 12px; 
	color: #565656; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 17px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: left;
}

h1 {
	font-size: 17px; 
	color: #a3a3a3; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

h1.hoth1 {
	font-size: 13px; 
	color: #ff0000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

h1.link_h1 {
	font-size: 12px; 
	color: #565656; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 17px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0px;
	display: inline;
}

h1.orange {
	font-size: 17px; 
	color: #f63912; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

h1.blue {
	font-size: 17px; 
	color: #124d99; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

h2 {
	font-size: 17px; 
	color: #f63912; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

h3 {
	font-size: 17px; 
	color: #124d99; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

h4 {
	font-size: 11px; 
	color: #ff0000; 
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

h5 {
	font-size: 11px; 
	color: #124d99; 
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

h6 {
	font-size: 11px; 
	color: #ff6600; 
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

.tiny {
	font-size: 11px; 
}

.tiny_hot {
	font-size: 11px; 
	color: #ff1100; 
}
a {
	color: #ce2027;
	text-decoration: underline;
}

a:hover {
	color: #efc010;
	text-decoration: underline;	
}

a: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.menu_link_active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #f3f3f4;
	text-decoration: none;
}

a.menu_link_inactive {
	color: #efc010;
	text-decoration: underline;	
}

a.menu_link_inactive:hover {
	color: #ff3300;
	text-decoration: underline;	
}

a.menu_link_inactive:active {
	color: #f3f3f4;
	text-decoration: none;
}

a.footer_link_active {
	color: #f3f3f4;
}

a.footer_link_inactive {
	color: #efc010;
}

a.footer_link_inactive:hover {
	color: #ff3300;
	text-decoration: underline;	
}

a.footer_link_inactive:active {
	color: #f3f3f4;
	text-decoration: none;
}

a.exeption {
	color: #124d99;
}

a.exeption:hover {
	color: #efc010;
	text-decoration: underline;	
}

a.exeption:active {
	color: #ce2027;
	text-decoration: none;
}

a.footer_lp {
	color: #999999;
	font-size: 8px;
}

.hot {
	color: #ce2027;
}

.green {
	color: #1D8A43;
}

.error {
	color: #FF0000;
}

.white {
	color:#FDFAFB;
}

.gray {
	color:#cecece;
}

.footer {
	color: #fdfafb;
	font-size: 11px;
}

.copyrights {
	color: #cccccc;
	font-size: 10px;
}


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