.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B0E11;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212154;
}
.table_border {
	padding: 5px 45px 5px 5px;
}
a:link {
	color: #212154;
	text-decoration: none;
}
a:visited {
	color: #212154;
	text-decoration: none;
}
a:active {
	color: #212154;
	text-decoration: none;
}
a:hover {
	color: #212154;
	background-color: #F8DF08;
}
a.header:link {
	color: #F8DF08;
	text-decoration: none;
}
a.header:visited {
	color: #F8DF08;
	text-decoration: none;
}
a.header:active {
	color: #F8DF08;
	text-decoration: none;
}
a.header:hover {
	color: #4D80B8;
	text-decoration: underline;
	background-color: #343434;
}
.background {
	background-image: url(images/layout/background.jpg);
	background-repeat: repeat;
}
