#links {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 80%;
}
#links a{
color:#000000;
text-decoration: none;
}
#links a:link{
			color: #000000;
			text-decoration: none;
}
#links a:hover{
			color: #FF0000;
			text-decoration: none;
						}
a:active 	{ color:#FF0000; Text-Decoration: underline}
a:link 		{ color:#0000FF; text-decoration: underline} 
a:visited 	{ color:#0000FF; text-decoration: underline} 
a:hover 	{ color:#FF0000; Text-Decoration: none;  }
.borderTable {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: 4px;
	margin-left: 4px;
}
li {
	margin: 8px;
	list-style-type: square;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
ol {
	list-style-type: lower-roman;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #0B2B60;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}
.justified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}
body {
	margin-left: 8px;
	margin-right: 8px;
	background-color: #ECECEC;
}
.hr {
	color: #000000;
	height: 1px;
}
.sandwich {
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	}
