@charset "UTF-8";
/* CSS Document */

BODY	{
	font-family:Arial, Helvetica, sans-serif;
	color: #4e4e4e;
}

.inputbox	{
	border: 1px solid #bb2929;
	width: 150px;
}

.inputbox2	{
	border: 1px solid #bb2929;
}

.nav	{
	font-size: 9pt;
	padding-bottom: 10px;
}

.mainbanner	{
}

.mainbanner2	{
	background-image: url(../images/main2.gif);
	width: 780px;
	height: 393px;
	padding-top: 40px;
	padding-left: 40px;
}

.thanks	{
	width: 250px;
	font-size: 10pt;
}

.mainbanner3	{
	background-image: url(../images/congrats.gif);
	width: 780px;
	height: 393px;
	padding-top: 40px;
	padding-left: 40px;
}

.leftmain	{
	padding-top: 20px;
	border-left: 1px solid #cfd7da;
	border-right: 1px solid #cfd7da;
	border-bottom: 1px solid #cfd7da;
}

.leftmaincontent	{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 346px;
	color: #4e4e4e;
	font-size: 9pt;
}

.rightmain	{
	padding: 20px;
	border-right: 1px solid #cfd7da;
	border-bottom: 1px solid #cfd7da;
}

.inputtext	{
	font-size: 8pt;
	padding-right: 10px;
	padding-top: 10px;
}

.inputtext2	{
	font-size: 8pt;
	padding-right: 10px;
	padding-top: 15px;
}

.inputcell	{
	padding-top: 10px;
}

.submit	{
	padding-top: 10px;
}

.footer	{
	width: 600px;
	font-size: 7pt;
	padding-top: 20px;
}

A:link	{
	color: #bb2929;
	text-decoration: none;
}

A:visited	{
	color: #bb2929;
	text-decoration: none;
}

A:active {
	color: #bb2929;
	text-decoration: none;
}

A:hover		{
	color: #bb2929;
	text-decoration: underline;
}