/* At-Rules */
@charset "iso-8859-1";

body,td,p {
	line-height: 1.4em;
}
body {
	background-color: white;
	margin: 0;
}
body,td,p,h1,h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: x-small;
}

h1 {
	font: bold;
	font-size: small;
	color: #2A2A2A;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background: transparent;
}

h2 {
	font: bold;
	color: #2A2A2A;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background: transparent;
}

p {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

table {
	border: none;
	border-collapse: collapse;
}

td {
	color: #404040;
}

td.menu {
	color: #08497b;
	padding-left: 15px;
}

td.activemenu {
	color: #08497b;
	font: bold;
	padding-left: 15px;
	line-height: 1.5em;
}

td.space {
	padding-bottom: -2px;
	padding-top: -2px;
}

.pagtitle {
	font: bold;
	line-height: 1em;
	color: #2A2A2A;
}

.frmelement {
	color: #202020;
	height: 150%;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0061A5;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #cedfff;
	height: 1px;
	width: 100%;
}

img.small {
	border: 1px solid #FF7D00;
}

ul {
	list-style-image: url(images/orange_bullet.gif);
	list-style-type: disc;
	margin-top: 5px;
}
li{
	margin-bottom: 5px;
	margin-top: 5px;
}

/* End of style section. Generated by AceHTML at 9/17/2003 7:28:31 AM */