/* CSS Document */
body {
	background-color: #EFEFEF;
}
a:link {
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #B22A1E;
	background-color: #cccccc; /* transparent part */
}
a:active {
	text-decoration: none;
}
.HeaderLinks {
	font-family: Optimum, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #B22A1E;
	font-size: 18px;
	font-weight: normal;
}
.HeaderLinksGrey {
	font-family: Optimum, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
}
.HeaderLinksBold {
	font-family: Optimum, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #B22A1E;
	font-size: 18px;
	font-weight: bold;
}
.HomePageHeader {
	font-family: Optimum, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 30px;
	font-weight: BOLD;
}
.PageHeader {
	font-family: Optimum, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #B22A1E;
	font-size: 24px;
	font-weight: BOLD;
}
.BottomText {
	font-family: Optimum, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	}
	
.Maintext {
	font-family: Optimum, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	}
.MaintextRed {
	font-family: Optimum, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #B22A1E;
	font-size: 12px;
	font-weight: normal;
	}