/* CSS Document */


body {
	background-image: url(images/background.jpg);
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.heading1{
	color:#000000;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:12
	}
.heading2{
	color:#990000;
	font-weight:bold;
	font-size:12;
	}
.caption{
	color:#990000;
	font-weight:normal;
	font-size:16px;
	}
.formfield{
	background-color: #FFFFCC;
	border: 1;
	border-color: #990000;
	width: 300px;
	}
