body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 100%;
}
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#navigate a{
	font-style : normal;
	font-size : 9pt;
	font-weight :bold;
	text-decoration : none;
	color :#FFFFFF;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle;
	margin: 0px;

}
#navigate a:hover{
	font-family: Tahoma;
	font-style : normal;
	font-size : 9pt;
	font-weight :bold;
	text-decoration : none;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;

}

h1 {
	font-family: "Bookman Old Style";
	font-size: 24pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 0px;
}
ul {
	font-family: Arial;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	list-style-type: circle;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

