body {
	font-family: Arial;
	font-size: 12px;
	background-color: #CCCCCC;
}
.MenuOption {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	width: 170px;
}
.MenuOption a {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	width: 170px;
	text-decoration: none;
}
.MenuOption a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	width: 170px;
	text-decoration: underline;
}
.LanguageOption {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.LanguageOption a {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.LanguageOption a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
.whiteHeader {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.links a {
	font-family: Arial;
	color:#333333;
	text-decoration: none;
}
.links a:hover {
	font-family: Arial;
	color:#333333;
	text-decoration: underline;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #71706E;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A1A06E;
}

