/* CSS Document */

body
{
	margin: 0px 0px;
	background-color:#a5bbd0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color:#ffffff;
	font-family:Trebuchet MS, Arial;
	font-size:12px;
}

a
{
	color:#ffffff;
	text-decoration:underline;
}
a:hover
{
	color:#365067;
	text-decoration:none;
	
}


.footerText
{
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial;
	font-size:11px;
}
a.footerText
{
	text-decoration:underline;
}
a.footerText:Hover
{
	text-decoration:none;
	color:#996633;
}

.title
{
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
}

.FormText
{
	color:#685841;
	font-family:Trebuchet MS, Arial;
	font-size:12px;
	background-color:#ffffff;
	border:#ffffff;
}

.Form
{
	padding-left: 30px;
}
