body {
	margin: 0px;
	background-image:url(/img/layout/bg.jpg);
	background-repeat:repeat-x;
	background-color: #cccccc;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}
HR {
	color: #333333;
	height: 2px;
}



A:active, A:link, A:visited {
	color : #660000;
	text-decoration : underline;
}
A:HOVER {
	color : #660000;
	text-decoration : none;
}
.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;
}
.legal {
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.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;
}




.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #CCCCCC;
	border : 1px;
	padding: 0px;
}
.ul {
	list-style-position: outside;
	list-style-image: url(/img/ul.gif);
}
.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;
}
