body,td,th {
	font-size: 12px;
}

.gray12 {
	font-family: Verdana;
	font-size: 12px;
	color: 403F3F;
	text-decoration: none;
}
.blue11 {

	font-family: Arial;
	font-size: 11px;
	color: 0171B3;
	text-decoration: none;
}
.white12 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.white11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.white10 {

	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.H1 {
	font-family: Century Gothic;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.H2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #000000;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #339900;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

