.crosshair {
	background-attachment: fixed;
	background-image: url(/images/crosshair.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
div.hr {
	height: 20px;
	background: #fff url(/images/dots.jpg);
	background-repeat: repeat-x;
	width: 210px;
}
div.hr hr {
  display: none;
}

TD {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1d3fa5;
}

.style1 {color: #CCCCCC}
.lined {
	border-width:thin;
	border-color:#F7F7F7;
	border-style: solid;
	height: 150px;
	width: 150px;
	vertical-align: middle;
	text-align: center;
}
.lined2 {
	border-width:thin;
	border-color:#CCCCCC;
	border-style: solid;
	height: 150px;
	width: 150px;
	vertical-align: middle;
	text-align: center;
}
.lined3 {
	border-width:thin;
	border-color:#F7F7F7;
	border-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
body {
	background-color: #1d3fa5;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-width: 1;
}
.orangebold { color: #f26627;
	font-weight:bold;
}


/*Main font styles applied to paragraphs and div tags for the benefit of NN4*/
p, div, caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d3fa5;
}
/* heading colors*/
h1 {
	color: #f26627;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color: #f26627;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	color: #f26627;
	font-size: 12px;
}
/*link styles*/
a:link, a:visited {
	font-weight: bold;
	color: #f26627;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
}
.orangeheader {	color: #f26627;
	font-size: 14px;
	font-weight: bold;
}
.bluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #1D3FA5;
}
