﻿body
{
 margin: 0; 
 padding: 0; 
 text-align: center;	
}

.border
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: medium solid #660033;
	width: 600px;
}

.header {
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
	font-size: 12pt;
	text-decoration:none;
	text-align:center;
} 

.fields {
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
	font-size: 12pt;
	text-decoration:none;
	text-align:left
} 

.line
{
	font-weight: bold;
	color: #660033;
	text-decoration: none;
	width:300px;
} 

.Submit
{
	border: medium ridge #660033;
	font-family: tahoma;
	font-weight: bold;
	background: white;
	text-decoration: none;
	color: #0066FF;
	padding: 3px;
}

.message
{
	border: medium double #FF0000;
	font-family: tahoma;
	font-weight: bold;
	background: white;
	text-decoration: none;
	color: #FF0000;
	width: 595px;
	text-align:center;
}

.blocktext 
{
	text-align:center;
}

.sponsor
{
	font-family: tahoma;
	font-weight: bold;
	background: white;
	text-decoration: none;
	color: #0066FF;
	text-align: left;
}