@charset "UTF-8";
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
}
body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	background-color: #000;
}
a:link {
	color: #666;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #2BAAD5;
}
a:active {
	color: #CCC;
}
a.light:link {
	color: #CCC;
}
a.light:visited {
	color: #FFF;
}
a.light:hover {
	color: #2BAAD5;
}
a.light:active {
	color: #000;
}
.Times-18px {
	font-size: 18px;
}
.Times-24px {
	font-size: 24px;
}
.Times-14px {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.Times-Teal {
	color: #2BAAD5;
}
.Times-Teal-16px {
	font-size: 16px;
}
