body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1B3A85;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: 0.2em;
	margin-bottom: -0.9em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1B3A85;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: 0.5em;
	margin-bottom: -1.2em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000066;
	margin-bottom: -1.5em;
	margin-top: 1.5em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000066;
	margin-bottom: -1.5em;
	margin-top: 1.5em;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #0033CC;
}
a:link {
	color: #0033CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0033CC;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #0033CC;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom:0.5em;
}
li {
	list-style-type: square;
	padding-bottom: .5em;
}
img {
	border:0px;
}
acronym, abbr {
	color:#0033FF;
	font-weight:bold;
	cursor: help;
}
#menu a:link,a:visited,a:hover {
	text-decoration:none;
	border-bottom-width: 0px;
	border-bottom-style:none;
}
