body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FF6600;
	text-decoration: blink;
}
h5 {
	font-style: italic;
	text-align: center;
	color: #006699;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-align: center;
}
div#navbar {
	font-size: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 1px;
	border-top-color: #1D1D51;
	border-right-color: #1D1D51;
	border-bottom-color: #1D1D51;
	border-left-color: #1D1D51;
	text-align: center;
}

div#navbar a:link {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
div#navbar a:visited {
	color: #663333;
	text-decoration: none;
	font-weight: bold;

}
div#navbar a:hover {
	color: #FF6600;
	text-decoration: blink;
}
div#textbox {
	font-size: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1D1D51;
	border-right-color: #1D1D51;
	border-bottom-color: #1D1D51;
	border-left-color: #1D1D51;
	background-color: #FFFF99;
	text-align: center;
	width: 560px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
