body {
	background-color: #E9E9E9;
	margin: 0px;
	text-align: center;
}

body, p, table, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 9pt;
}

a, a:active, a:visited {
	color: #333333;
	font-size: 8pt;
}

a:hover {
	color: #666666;
}

#header {
	width: 763px;
	background-color: #FFFFFF;
	/*
	border-left: 1px solid #FF98F9;
	border-right: 1px solid #FF98F9;
	*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	background-color: #FF98F9;
	padding: 3px;
	text-align: center;
}

#nav a, #nav a:active, #nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

#nav a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

#bodycontent {
	width: 763px;
	background-color: #FFFFFF;
	/*
	border-left: 1px solid #FF98F9;
	border-right: 1px solid #FF98F9;
	*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#left {
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
}

#center {
	float: left;
	width: 500px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#copyright {
	text-align: center;
	font-size: 8pt;
	padding: 3px;
}

.clear {
	clear: both;
	line-height: 1px;
}

h1 {
	display: inline;
	margin: 0px;
}

h2 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	display: inline;
	margin: 0px;
}

h3 {
	color: #999999;
	font-size: 10pt;
	font-weight: bold;
	display: inline;
	margin: 0px;
}

h4 {
	color: #CC3399;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
}

h5, h5 a, h5 a:active, h5 a:visited {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	margin: 0px;
}

.required {
	color: #CC0099;
	font-size: 8pt;
	font-weight: bold;
}

.note {
	font-size: 8pt;
	color: #999999;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

input, button, select, textarea {
	font-size: 9pt;
}

hr {
	background-color: #CCCCCC;
}

td {
	vertical-align: top;
}

.callout {
	background-color: #EEEEEE;
	border: 1px solid #FF98F9;
	padding: 3px;
}

table.display tr.altrow {
	background-color: #EEEEEE;
}

table.display th {
	background-color: #999999;
	color: #EEEEEE;
	font-weight: bold;
	font-size: 10pt;
}

table.display td {
	vertical-align: top;
	font-size: 8pt;
	padding: 2px;
}

table.basic td {
	vertical-align: top;
	font-size: 8pt;
	padding: 0px;
}