@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(/images/bg.jpg);
	background-color: #000000;
	background-repeat: repeat;
}
.smallwhite { color: #FFFFFF;
	font-size: 11px;
}
.smallwhite a:link { color: #FFFFFF;
	font-size: 11px;
}
.smallwhite a:visited { color: #FFFFFF;
	font-size: 11px;
}
.smallwhite a:hover { color: #DEB305;
	font-size: 11px;
}
.smallwhite a:active { color: #FFFFFF;
	font-size: 11px;
}
.white {
	color: #FFFFFF;
	font-size: 12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
}
.heading {
	color: #2e2e4f;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2e2e4f;
}
a:link {
	color: #2e2e4f;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2e2e4f;
}
a:hover {
	text-decoration: none;
	color: #556f90;
}
a:active {
	text-decoration: none;
	color: #2e2e4f;
}
