/* CSS Document */

	a:hover	 {
	Color : #FFFFFF;
	Text-Decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9a9972;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.BoxLink:link {
	color: #990033;
	text-decoration: none;
}
a.BoxLink:visited {
	color: #990033;
	text-decoration: none;
}
a.BoxLink:hover {
	color: #990033;
	text-decoration: underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9D9B75;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AD321D;
}
body {
	background-color: #61662c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
.style1 {font-size: 13px}
.style2 {font-weight: bold}
	
.SideCol {
	background-image: url(images/bg.gif);
}
.SideBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	background-color: #BEBDA3;
	text-align: center;
	vertical-align: middle;
	height: 75px;
	width: 130px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.RedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990033;
}

td {
	vertical-align: top;
}
.HomeLogos {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	color: #990033;
	background-image: url(images/logo_banner.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 75px;
	width: 610px;
	padding-top: 15px;
	font-weight: bold;
}
