body {
	margin: 0px;
	padding: 0px;
}

hr {
	color: #333333;
	border-top: #333 solid 2px;
}

img{
	border: none;
}


/*** Text Styles ***/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, .PageHeading{
	font-size : 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}

h2, .SubHeading{
	font-size : 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}

h3, .TopicHeading{
	font-size : 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
}

h4{

}

h5{

}

.smText{
	font-size: 10px;
}

.error {
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}


/***  Links ***/

A:active, A:link, A:visited {
	color:#FFF;
	text-decoration : none;
	font-weight:bold;
}
A:HOVER {
	color : #FFF;
	text-decoration :underline;
}

.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;
}

/***   Forms   ***/

.FormFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background: #fff;
	border : solid 1px #333;
	padding : 2px;
}

.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;
}

/*.FrmRow{
	clear: both;
}

.FrmLabel{
	width: 150px;
	float: left;
}

.FrmField{
	margin-left: 165px;
}*/

.ClearAll{
	clear: both;
	height: 1px;
}