/* 
	CSS Document
	For screen based media
	20080729 - Brad Hussey
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/Header/ObsidianHeader/GrayHoundstoothBackground.gif);
	background-repeat: repeat;
}
/*
a {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	color: #F00;
}
*/
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
/*Use the a:hover.blueLink when the link is located on a red background*/
a:hover.blueLink {
	color:#0000FF;
	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;
}
.NormalWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#FFFFFF
}
.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.CaptionWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#FFFFFF
}
.Caption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.Caption2White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#FFFFFF
}
.Caption3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.FinePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.FinePrintWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF
}
.BackTrack {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.boundingTable {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
}
#printBanner {
  display : none;
}
#banner {
  display : inline;
}
.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;
}
.SearchFont {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.NavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.NavLinksBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.SmallWhiteLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.StatusBarNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.StatusBarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tableHeaderRowText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

