body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(/img/layout/bg.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}
A:active, A:link, A:visited {
	color:#0000FF
	text-decoration : underline;
}
A:HOVER {
	color : #0000FF;
	text-decoration : none;
}
HR {
	color: #333333;
	height: 2px;
}
.heading {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 666666;
	font-weight: bold;
}
.subHeading {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	font-weight: bold;
}

.subHeadingNav{
	font-family : Arial, Helvetica, sans-serif;
	color: #666699;
	font-size: 10pt;
}
A.subHeadingNav:active, A.subHeadingNav:link, A.subHeadingNav:visited {
	color : #666699;
	text-decoration : underline;
}

strong {
	color:#000000;
}
.legal {
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
	font-weight: normal;
}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background: #FFFFFF;
	border : 1px #333333;
	padding : 2;
}
.ul {
	list-style-position: outside;
	list-style-image: url(/img/ul.gif);
}
.footerNav{
	font-family : Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
}
A.footerNav:active, A.footerNav:link, A.footerNav:visited {
	color : #666666;
	text-decoration : underline;
}
A.footerNav:HOVER {
	color : #666666;
	text-decoration : none;
}
.error {
	font-size : 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
.LoginButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #003366;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
	color: #FFFFFF;
}
