body,td {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  color: black;
  font-size: 12px;
}
body {
  background-color: white;
}
input, option, textarea, select, checkbox {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color: black;
	font-weight: none;
	border: 1px solid #000000;
	background-color: #E1E1E1;
}
a:link,a:visited {
  color: #980001;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: blue;
}
a:active {
  text-decoration: none;
  color: #F2E4B7;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  color: darkblue;
}


div#imgWrap 
{ 
	position: absolute; 
	top:50%; 
	left:50%; 
	margin: -110px 0px 0px -230px; 
}

div#imgWrap img 
{ 
	filter: alpha(opacity=50); 
	opacity: .50;
}

.headerz{ background-image: url(images/header_bg.png);
       }