body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #CCCCCC;
}
/* Top links  */
a.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* end top links */

a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}


.box {
	border: 1px solid #000000;
}
.boxgrey {
	border: 1px solid #999999;
}
h1 {
	font-size: 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

