body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
em {
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.05em;
	font-size: medium;
	color: #000099;
}
strong {
	color: #990000;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:active {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #003399
}
a.navbar:link {
	text-decoration: none;
	color: #DDFF77;
}
a.navbar:visited {
	text-decoration: none;
	color: #DDFF77;
}
a.navbar:active {
	text-decoration: none;
	color: #DDFF77;
}
a.navbar:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.botbar:link {
	text-decoration: none;
	font-size: small;
	color: #CCCCCC;
	background-color: #3355BB;
}
a.botbar:visited {
	text-decoration: none;
	font-size: small;
	color: #CCCCCC;
	background-color: #3355BB;
}
a.botbar:active {
	text-decoration: none;
	font-size: small;
	color: #CCCCCC;
	background-color: #3355BB;
}
a.botbar:hover {
	text-decoration: underline;
	font-size: small;
	color: #FFFFFF;
	background-color: #3355BB;
}
h1 {
	color: #000099;
}
h2 {
	color: #000099;
}
h3 {
	color: #000099;
}
.pad {
	padding-right: 1em;
	padding-left: 1.5em;
}
.smallpad {
	padding: 0.2em;
}

