body {
	margin: 0px;
	background-color: #CCCCCC;
	background-image: url(/img/layout/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
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 : 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
}
.subHeading {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	font-weight: bold;
}
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;
}

.right-side {
	background-image: url(/img/layout/left-column-top.jpg);
	background-repeat: no-repeat;
}

.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15px;
	font-weight: bold;
	margin-left: 20px;
	color:#000066;
}
