a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;


}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.main {
	background-color:#FFFFFF;
	border: #990000 2px solid;
	
}


body {
	font-family: Arial, Helvetica, sans-serif;
	overflow: scroll;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(images/bgcrop.jpg);
	padding-top: 5px;


}

.content {
	border: 1px solid #990000;
}
.whitelinks {
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	font-size: 12px;
	background-color:#000000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	
}

.whitelinks a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.whitelinks a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.whitelinks a:hover {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.whitelinks a:active {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bottombanner {
	color: #999999;
	text-align: center;
	border-top: 1px solid #990000;

}