@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #255588;
}





.FadeLeft {
	background-image: url(../images/leftfade.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.FadeRight {
	background-image: url(../images/rightfade.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.HomeArea {
	background-image: url(../images/home_area.jpg);
	background-repeat: no-repeat;
	height: 327px;
	width: 449px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 70px;
	font-size: 12px;
	color: #7F2F39;
}
.NewsArea {
	background-image: url(../images/news_area.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 434px;
}
.DirectionsArea {
	background-image: url(../images/link_windows2.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 539px;
}
.NewsText {
	font-size: 12px;
	color: #FFFFFF;
}
.NewsHeading {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.DirectionHeading {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.DirectionHeading a:link {
	color: #FFCC00;
	text-decoration: none;
}
.DirectionHeading a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.DirectionHeading a:hover {
	color: #FF9900;
	text-decoration: none;
}

.DirectionHeading a:active {
	color: #FFCC00;
	text-decoration: none;
}

.NewsBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 70px;
	text-align: center;
}
.NewsBox a:link {
	color: #E2BB53;
	text-decoration: none;
}
.NewsBox a:visited {
	color: #E2BB53;
	text-decoration: none;
}
.NewsBox a:hover {
	color: #FF9900;
	text-decoration: none;
}
.NewsBox a:active {
	color: #FFCC00;
	text-decoration: none;
}

