@charset "utf-8";
/* CSS Document */
body {
	background-color: #1B2429;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #FF3506;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.class1 A:link { color: #FF3000; text-decoration: none}
.class1 A:visited { color: #FF3000;text-decoration: none}
.class1 A:active { color: #FF3000; text-decoration: none}
.class1 A:hover {text-decoration: underline; color: #FF3000;}

.class2 A:link { color: #ffffff;  text-decoration: none;}
.class2 A:visited { color: #ffffff;  text-decoration: none}
.class2 A:active { color: #ffffff;  text-decoration: none}
.class2 A:hover {color: #FF3000;  text-decoration: none}

.class3 A:link { color: #FF3000; text-decoration: underline}
.class3 A:visited { color: #FF3000;text-decoration: underline}
.class3 A:active { color: #FF3000; text-decoration: underline}
.class3 A:hover {text-decoration: none; color: #FF3000;}

.style53 {font-size: 6px;color: #1B2429;}
.style18 {color: #FF3506}
.style21 {font-size: 16px; color: #FF3000; }
.style25 {color: #FFFFFF; font-size: 18px; }
.style8 {font-size: 18px}
.style10 {color: #FF3506}
.style31 {font-size: 22px}
.style32 {color: #FFFFFF; font-size: 20px; }
.style6 {color: #FFFFFF; font-size: 12px; }
.style35 {color: #FF3506}
.style38 {font-size: 12px}
.style52 {font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style28 {font-size: 18px;color: #FF3506;font-style: italic;}
.style24 {color: #FFFFFF}
.style16 {color: #FFFFFD}
.style23 {font-size: 18px; font-style: italic;}
.style37 {color: #FF3506; font-size: 22px;}
.style53 {font-size: 6px;color: #1B2428;}
.style5 {font-size: 16px;color: #FF3506;}
.style7 {font-size: 16px;color: #ffffff;}
.style1 {font-size: 12px;font-family: Arial, Helvetica, sans-serif;color: #FF3506;}
.style64 {font-size: 16px}
.style54 {color: #1B2429; font-size: 16px;}
.style55 {color: #1B2429; font-weight: bold; font-size: 12px;}
.style56 {color: #FF3000}
.style57 {color: #FF2C14; font-size: 10px;}
.style58 {color: #FF3000; font-size: 12px;}
.style61 {font-size: 10px}
.style62 {font-size: 12px}
.style63 {font-size: 11px; color: #ff3000; align: left;}
.style64 {font-size: 11px; color: #C4CED3; line-height: 18px}
.style17 {margin-left: 5px; font-weight: bold; margin-top: 10px; margin-bottom: 10px;}
.style68 {font-size: 12px; line-height: 14px;}
h1 { 
font-family: Arial; 
color: #ff3000; 
font-size: 40px; 
font-weight: bold; 
line-height: 50px; 
margin-top: 0px; 
margin-bottom: 0px; }

h2 { 
font-family: Arial; 
color: #ff3000; 
font-size: 24px; 
font-weight: normal; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Arial; 
color: #ff3000; 
font-size: 20px; 
font-weight: bold; 
line-height: 22px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h4 { 
font-family: Arial; 
color: #ffffff; 
font-size: 18px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 
img
{  border-style: none;
}

/* Footer */

.footer{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 100%;
}

.footer li a{
background: #13191D;
font: bold 11px Arial, Helvetica, sans-serif;
color: #C4CED3;
display: block;
width: auto;
padding: 8px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #192025;

}


* html .footer li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 100%;
}

.footer li a:visited, .footer li a:active{
color: #C4CED3;
}

.footer li a:hover{
background: #0F1417;
}