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

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-position: 50% 0%;
}
.footer_text {
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.red:link {
	color: #7B103A;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #7B103A;
}
a.red:hover {
	text-decoration: underline;
	color: #7B103A;
}
a.red:active {
	text-decoration: none;
	color: #7B103A;
}



.home_text {
	font-size: 14px;
	line-height: 18px;
	color: #140603;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.table_no_repeat {
	background-repeat: no-repeat;
}
.sub_head_text {
	font-size: 16px;
	line-height: 20px;
	color: #7B103A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
hr {
	color: #140603;
	height: 2px;
}
.table_head_text {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.table_text {
	font-size: 14px;
	line-height: 16px;
	color: #140603;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.border_color {
	border: 2px solid #140603;
}
.border_color_red {
	border: 1px solid #7B103A;
}