/* 
	CSS Document
	For screen based media
*/
body {
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
p {
	margin-top:    .3em;
	margin-bottom: .3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;

}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.Caption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.FinePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.BackTrack {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
.boundingTable {
	width: 700px;
}
#printBanner {
  display : none;
}
.formButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.formFields {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.flash {
	z-index: 1;
}
/*Removed
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
*/

