/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
}

a:link {color: #990000;}

a:hover {color: #006633;
text-decoration: underline;}

a:visited {color: #003300;
text-decoration: underline;}

a:active {color: #FFCC00;
text-decoration: underline;}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

#navigation {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #FFFFFF;
}
.copyright a {color:#FFFFFF; text-decoration:underline}
.copyright a:visited  {color:#FFFFFF; text-decoration:underline}
.copyright a:active  {color:#FFFFFF; text-decoration:underline}
.copyright a:hover  {color:#FFCC00; text-decoration:underline}

h1					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #711515;
	font-weight: bold;
	line-height: 150%;
}
h2					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #711515;
	font-weight: bold;
	line-height: 150%;
}
h3					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #711515;
	font-weight: bold;
	line-height: 150%;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.equalopp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #711515;
	font-weight: bold;
}