body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.menu {
	font-size: 11px;
	font-weight: normal;
	color: #545454;
	text-decoration: none;
}
.menu:hover{
	font-size: 11px;
	font-weight: normal;
	color: #545454;
	text-decoration: underline;
}
.menu2 {
	font-size: 11px;
	font-weight: normal;
	color: #545454;
	padding-right: 7px;
	text-decoration: none;
}
.menu2:hover {
	font-size: 11px;
	font-weight: normal;
	color: #545454;
	text-decoration: underline;
}
.content {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.content:hover {
	font-size: 11px;
	font-weight: normal;
	color: #545454;
	text-decoration: underline;
}
.footer {
	font-size: 9px;
	font-weight: normal;
	color: #545454;
	text-decoration: none;
}
.footer:hover {
	font-size: 9px;
	font-weight: normal;
	color: #545454;
	text-decoration: underline;
}
.footerGrey {
	font-size: 9px;
	font-weight: normal;
	color: #d1d1d1;
	text-decoration: none;
}
.footerGrey a {
	font-size: 9px;
	font-weight: normal;
	color: #d1d1d1;
	text-decoration: none;
}
.footerGrey a:hover {
	font-size: 9px;
	font-weight: normal;
	color: #d1d1d1;
	text-decoration: underline;
}
.footerWhite {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right:13px;
	text-decoration: none;
}
.footerWhite:hover {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right:13px;
	text-decoration: underline;
}
.pageheading {
	font-size: 18px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
}
.subheading2 {
	font-size: 12px;
	font-weight: bold;
	color: #B16706;
	text-decoration: none;
}
.button {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 1px;
	background-color: #545454;
	text-decoration: none;
}
.button:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B46E0F;
	text-decoration: none;
	cursor: hand;
}