body
{
	font-family: Verdana;
	font-size: xx-small;
	margin: 0 0 0 0;
	background-color: #D3D3D3;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
input
{
	font-family: Verdana;
	font-size: xx-small;
	border: solid 1px dimgray;
	background: #F0F0F0;
}
select
{
	font-family: Verdana;
	font-size: xx-small;
	border: solid 1px dimgray;
	background: #F0F0F0;	
}
textarea
{
	font-family: Verdana;
	font-size: xx-small;
	border: solid 1px dimgray;
	background: #F0F0F0;	
}
td
{
	font-family: Verdana;
	font-size: xx-small;
}
a
{
	color: Black;
}
.header
{
	font-size: x-small;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 4px;
}
.required
{
	color: #336699;
	font-weight: bold;
}
.info
{
	bgcolor: gainsboro;
}