body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

body H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#000000;
	margin-top:0px;
	text-align: center;
}

.nav {
	text-align : left;
	padding-left : 10px;
	font-family : Verdana;
	font-size : 12pt;
	font-weight : normal;
	color : blue;
	text-decoration : none;
}
.nav A:link, .nav A:visited {
	font-family : Verdana;
	font-size : 12pt;
	font-weight : normal;
	color : blue;
	text-decoration : none;
}
.nav A:hover {
	font-family : Verdana;
	font-size : 12pt;
	font-weight :normal;
	color : blue;
	text-decoration : underline;
}
.nav P {
	margin : 0px;
	margin-bottom : 6px;
}

.content {
	width:700;
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	padding:12px;
	font-family: Verdana;
	font-size:12px;
	color:#000000;
	text-align:left;
	margin-top:8px;
	font-weight: bold;
}

.footer {
	padding:8px;
	font-family: Verdana;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
	text-align:center;

