body {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-align : left;
	background-color : #ffffff;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}
td {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-align : left;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	text-align : center;
	text-transform : capitalize;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	text-transform : capitalize;
}
#NestForm {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-align : left;
	padding-top : 2px;
	padding-left : 6px;
	padding-right : 6px;
	padding-bottom : 2px;
}
#Require {
	color : white;
	font-style : none;
}
#Return {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
#Return:active {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
#Return:visited {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
#Return:hover {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
a {
	color : #324993;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:active {
	color : #324993;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:visited {
	color : #324993;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:hover {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : #324993;
}
