@charset "utf-8";
/* CSS Document */

h1 { 
font-family: Arial; 
color: #ffffff; 
font-size: 20px; 
font-weight: normal; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3d3d3d;
}
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FF3000;
}
a:visited {
	color: #FF3000;
}
a:hover {
	color: #3D3D3D;
}
a:active {
	color: #FF3000;
}
.style1 {
	font-size: 16px;
	color: #ff3000;
}
.style2 {color: #CCCCCC}


.class2 A:link { color: #00129B;text-decoration: underline;}
.class2 A:visited { color: #00129B;text-decoration: underline}
.class2 A:active { color: #00129B; text-decoration: none}
.class2 A:hover {color: #00129B; text-decoration: none}

img
{  border-style: none;
}
