/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AD0307;
}
.header {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.brdrright {
	border-right: 1px solid #000000;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.brdr2 {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.brdr3 {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.brdr4 {
	border: 1px solid #000000;
}
a:link {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #657056;
	text-decoration: none;
}
a:visited {

	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #657056;
	text-decoration: none;
}
a:hover {


	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #DF177A;
	text-decoration: underline;
}
a:active {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #889577;
	text-decoration: none;
}
li {
	list-style: square outside;
}
.scrollbg {
	background-image: url(../Images/home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

