/* CSS Document */

body{
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-color:#6B6B6B;
color:#FFFFFF;
font-family:Verdana;
font-size:11px;
}

a:link, a:active, a:visited
	{
	color:#CCCCCC;
	text-decoration:none;
	}
	
a:hover
	{
	color:#ffffff;
	text-decoration:none;
	}
	
.heading1
	{
	color:#9a9a9a;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.heading2
	{
	color:#9a9a9a;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	}

.FormField
	{
	font-family: verdana;
	font-size: 11px;
	}
	
.Button
	{
	font-family: verdana;
	font-size: 11px;
	}