/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
a.home_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a.home_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a.home_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a.home_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
.wht_txt_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}.bold_txt {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	color: #935303;
	text-decoration: none;
}

