body {
	background-image:  url(images/background.jpg);
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #666666;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a {
	color : #0000ff;
}

td.content {
	padding-left: 20px;
}
h1 {
	font-size: 24px;
	color: #669900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	left: -15px;
	margin-bottom: -15px;
}
h2 {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px -5px;
	margin-bottom: -15px;
	font-size: 18px;
	
}
th {
	background-color: #999900;
	color: #FFFFFF;
}


div.headerstyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #993300;
	text-align: center;
}
div.wambstyle {
  text-align:center;
  font-weight: bold;
  font-size: 35px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style11 {color: #999900}
.style12 {color: #669900}
.style13 {color: #FF9900}
.style14 {color: #CC9900}
.style16 {color: #CCCC33}
table.footer {
	font-size: 11px;
	margin-top: 5px;
}
a.TempLink {
	text-decoration: none;
	color: #666666;
	font-family: arial, helvetica, sans-serif
}
a.TempLink:hover {
	color: #ff0000;
	text-decoration: underline;
}
img.Floater {
	 float: right; 
	 margin: -35px;
	 padding-bottom: -75px;
	 margin-bottom: -75px;
	 position: relative; 
	 left: 30px;
	 top: -25px
}
.Req	{
	color: #ff0000;
	font-weight: bold;
}
p.Error {
	color: red;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}