/*
Colors Used:
#000000 - Black
#131313 - Dark Grey
#011061 - Dark Blue
#99ffff - Cyan
*/

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 13px;
	color: #011061;
}

.regText {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	color: #011061;
	line-height: 13px;
}

form {
	background-color: #ffffff;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a {
	color: #131313;
	font-size: 10pt;
	text-decoration: none;
}

a:visited {
	color: #131313;
	font-size: 10pt;
}

a:hover {
	text-decoration: none;
	font-size: 10pt;
	color: #131313;
}

.topicHeaders {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11pt;
	line-height: 18px;
	font-weight: bold;
	color: #011061;
}

.topicHeadersGrey {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14pt;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}

.tableHeaders {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	background-color: #666666;
}