body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
}

td.navhead {
	background-color: #CC3366;
}


.navText {
	background-color: #CC3366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	border-right: 1px;
	border-color:#FFFFFF;
	text-decoration: none;
	text-align:right;
	letter-spacing: .1em;
}

a:hover {
	font-weight: 600;
	color: #FFFFFF;
}

.link {
	color: #CC3366;
	text-decoration: underline;
}




td.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
	color: #666666;
	margin: auto;
	margin-left: 100px;
	background-color: #F2F9FF;
}

#adblock {
	display: block;
	width: 200px;
	position:relative;
	margin-left: 0px;
	background-color: #B0D8FF;
	padding: 10px 5px;
}

td.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	word-spacing: 2pt;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	color: #99CCFF;
	background-color: #000000;
	padding: 10px 35px 5px 0px;
}

td.headerbg {
	background-color: #000000;
}

td.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	color: #F2F9FF;
	background-color:#666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 600;
	color: #CC3366;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 600;
	color: #CC3366;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: 600;
	color: #666666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: 600;
	color: #666666;
	text-align:center;
}

li.main {
	font-size: large;
	color: #CC3366;
	list-style-type: square;
}

li.content {
	font-size: small;
	color: #CC3366;
	list-style-type: square;
}

/* Form Style */

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #781351;
background: #FFFFFF;
border: 1px solid #781351;
}

.submit input
{
color: #FFF;
background: #CC3366;
border: 2px outset #CCCCCC;
}
fieldset
{
border: 2px solid #CC3366;
width: 15em;
background: #F2F9FF;
padding: 5px 5px;
color:#333333;
font-size: small;
font-weight: normal;
}

legend
{
color: #FFFFFF;
background: #CC3366;
border: 5px solid #CC3366;
padding: 2px 2px;

} 