body, html, td {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(../banner_images/bg.jpg) no-repeat;
}

body, td {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

form { 
	margin:0; 
	padding: 0; 
}

input, select, textarea { 
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color:#1157a6;	
	border: 0;
	height: 21px;
	padding-left:5px;
}

img { 
	border:0 
}

a {
	outline: none;
	border: 0;
	text-decoration: none;
	color:#1157a6;	
}

a:hover {
	text-decoration: underline;
}

#submit {
	background: url(../banner_images/button.gif) no-repeat  0 0;
	width: 72px; height: 28px;
	border:0; 
	clear: both;
	cursor: pointer;
}
