body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d1357;
	background-color: #7d1357;
	margin:0px;
	text-align: center;
	border-top: 5px solid #be007d;
	background-image: url(../images/site_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 16px;
}
a, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #da231a;
	text-decoration: underline;
}
h1{
	font-family: "Trebuchet MS";
	font-size: 17px;
	margin: 0px;
	color: #003049;
	font-weight: normal;
	letter-spacing: -1px;
}
h2{
	font-family: "Trebuchet MS";
	font-size: 15px;
	margin: 0px;
	color: #7d1357;
	font-weight: bolder;
	letter-spacing: 0px;
	text-transform: uppercase;
}
h3{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #0276bb;
	font-weight: bold;
}
input{
	border: 0px;
	float: left;
	width: 150px;
	display: inline;
}
label{
	display: inline;
	width: 150px;
	float: left;
	display: inline;
}
hr{
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
textarea{
	border: 0px;
	width: 308px;
	height: 100px;
	float: left;
	display: inline;
}
form{
	margin:0px;
	padding: 0px;
	display: inline;
	float: left;
}
