.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
a.greytext {
	text-decoration: none;
}

a.greytext:hover {
	color: #c00000;
}
.greytextselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c00000;
	text-decoration: none;
	line-height: 16px;
}
a.greytextselect {
	text-decoration: none;
}

a.greytextselect:hover {
	color: #c00000;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c00000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}
a.greentext {
	text-decoration: none;
}
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a.copyright {
	text-decoration: none;
}
a.copyright:hover {
	color: #999999;
}
#fullheight {
	height: 100%;
