html, body	{
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, serif;
	font-size: 16px;
	background-color: #000000;
	color:#FFFFFF;
}
img	{
	border: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #bbbbbb;
}
a:hover	{
	color: #eeeeee;
	text-decoration: underline;
}
.top_link_td {
	text-align: center;
	border-right: 1px solid black;
}
.top_link {
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}
.top_link:hover {
	font-weight:bold;
	color: #bd1b21;
}
.bottom_link_td {
	text-align: center;
	border-right: 1px solid white;
}
.bottom_link {
	color: #bd1b21;
	font-size: 12px;
	font-weight: bold;
}
.bottom_link:hover {
	color: #ff0000;
}
.main_content {
	padding: 20px;
	color: #dddddd;
}
.footer	{
	color: #cccccc;
	font-size: 10px;
}
.red_text {
	color: #bd1b21;
}
.page_title {
	color: #bd1b21;
	font-size: 16px;
	font-weight:bold;
}
.small-text	{
	font-size: 9px;
}
