a, a:link, a:active, a:visited, a:hover{
	text-decoration: none;
}

a span{
	display: none;
}

a:hover{
	width: auto;
}

a:hover span{
	display: block;
	position: absolute;
	font-family: Arial, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	float: left;
	margin: 10px 0px 0px 10px;
	font-family: Arial, sans-serif; 
	font-size: 28px;
	font-weight: bold;
}

.img{
	position: absolute;
	top: 55px;
	left: 500px;
	width: 300px;
	float: center;
	margin: 0px 0px 0px 0px;
}

.content{
	position: absolute;
	top: 55px;
	left: 20px;
	width: 750px;
	max-width: 750px;
}

.content p{
	padding: 0px 0px 1em 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif; 
	font-size: 14px;
	font-weight: normal;
}

.content td{
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif; 
	font-size: 14px;
	font-weight: normal;
}

.content a{
	text-decoration: underline;
}

.content img{
	border: 0px 0px 0px 0px;
}

a.noline {
	margin: 0px 0px 0px 0px;
}

.content p.links{
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 10px 0px;
	font-family: Arial, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}

.content h3 {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif; 
	font-size: 18px;
	font-weight: bold;
}

.content h5 {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif; 
	font-size: 14px;
	font-weight: bold;
}

input, textarea{
	margin: 0px 0px 0px 0px;
	border: 1px solid black;
	background-color: #eeeeee;
}

input, textbox{
	margin: 0px 0px 0px 0px;
	border: 1px solid black;
	background-color: #eeeeee;
}

input, select{
	margin: 0px 0px 0px 0px;
	border: 1px solid black;
	background-color: #eeeeee;
}

input[type=submit]{
	width: auto;
	background-color: #eeeeee;
	background-image: none !important;
}

input[type=radio]{
	margin: 0px 5px 0px 5px;
}

input[type=submit]:hover, input[type=submit]:focus{
	width: auto;
	background-color: #eeeeee;
	background-image: none !important;
}

input:hover, input:focus, textarea:hover, textarea:focus{
	background-color: #ffffff;
}
