<style type="text/css">
body {
	background: #A0A0A0;
	margin: 0px;
}

body, td, p {
	color: #FFFFFF;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
        color: #000000;
        font: 12px sans-serif;
}

input, textarea, select {
	margin: 0px;
        border: 1px solid #8A0D10;
}

a, a:visited { color: #E84044; text-decoration: none; font-weight:bold; text-transform: uppercase; }
a:hover, a:active { color: #E84044; font-weight:bold; }


.menu {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 273px;
	height: 510px;
	margin: 0px;
	background: url('robheader.jpg');
	background-repeat: no-repeat;
	padding-top:413px;
	padding-left:30px;
	text-transform: uppercase;
	font: 12px sans-serif;
	line-height: 15px;
	word-spacing: 3px;
}


.menu a {font-size: 8pt; font-weight: normal; text-decoration: none; color: #FFFFFF;}
.menu a:hover {color: #E84044; font-weight: bold;}

.textbox {
	position: absolute;
	top: 116px;
	left: 360px;
	width: 450px;
	background: #202020;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.top     {
	position: absolute;
	top: 0px;
	left: 360px;
	width: 450px;
	background: #A0A0A0;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}



h1 {
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	letter-spacing: 5px;
	color: #E0E0E0;
	border-bottom: 2px solid #E0E0E0; 
	font: 20px;
	font-weight: normal;
	font-style: normal;
	text-align: right;

}


form {
	margin: 0px;
}



img {
margin: 2px 1px 2px 1px;
}
</style>