/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a, a:visited, a:active {
	color:#663366;
	text-decoration:none;
}
a:hover {
	color:#663366;
	text-decoration:underline;
}

a.subnav, a.subnav:visited, a.subnav:active {
	text-decoration:none;
	color:#7C7C7C;
	font-weight:bold;
	line-height:20px;
}
a.subnav:hover {
	text-decoration:underline;
	color:#663366;
}

.subnav_select {
	color:#663366;
	font-weight:bold;
	line-height:20px;
}

a.footer, a.footer:visited, a.footer:active {
	color: #663366;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
}
a.footer:hover {
	color:#663366;
	text-decoration:underline;
	font-weight:bold;
	line-height:20px;
}

ul {
margin-top: 5px;
list-style-type:square
}

hr {
width:100%;
color:#663366;
margin:0px;
}

b {
color:#663366;
font-weight:bold;
}

.subhead{
font-size:12px;
font-weight:bold;
color:#663366;
}

.blacklines {
border-left: 1px solid #000;
border-right: 1px solid #000;
}