/* CSS Document */

body {
	background-image: url(images/home_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.sub_headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}


.comp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
}


a:link {
	color: #761F0B;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #000000;
}
a:active {
	color: #00FF00;
}
