/* CSS Document */
body
{
	background: url(images/main-bg.jpg) top center repeat-x #1C7389;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
	line-height: 19px;
}

h1
{
	font-size: 27px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 25px;
}

.subhead
{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
}

.blue
{
	font-size: 15px;
	color: #7DDFF8;
	line-height: 22px;
}

.big
{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
}

.small
{
	font-size: 11px;
}

.footer
{
	font-size: 11px;
}

.footer:link	{font-weight: bold; color: #FFFFFF; text-decoration: none;}
.footer:visited {font-weight: bold; color:#FFFFFF; text-decoration: none;}
.footer:active {font-weight: bold; color:#FFFFFF; text-decoration: none;}
.footer:hover	{font-weight: bold; color:#FFFFFF; text-decoration: underline;}

table tr
{
	vertical-align:top;
}

.tablesize
{
	font-size: 12px;
	color: #EEEEEE;
}

A:link	{font-weight: bold; color: #71DC60; text-decoration: underline;}
A:visited {font-weight: bold; color:#71DC60; text-decoration: underline;}
A:active {font-weight: bold; color:#71DC60; text-decoration: underline;}
A:hover	{font-weight: bold; color:#FFFFFF; text-decoration: underline;}

.required{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
}

.Name-required{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
}

.Phone-required{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
}

.validate-email{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
}

