@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}

a:link {
	color: #E1672E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E1672E;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF00FF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
}
.style2 {color: #CCCCCC}
.style3 {color: #000000}
.style33 {color: #E1A73D; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: small; }
.style22 {
	color: #E1A73D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.style35 {color: #E1A73D; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

