body
{
	margin: 0px;
	background-color: #D6C7AB;
	background-image: url(/img/background.gif);
	background-repeat: repeat-x;
}

a:link
{
	color: blue;
	text-decoration: underline;
}

a:visited
{
	color: blue;
}

a:hover
{
	color: blue;
	text-decoration: none;
}

a
{
	font-size: 12pt;
	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
	color: blue;
}


div
{
	font-size: 12pt;
	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
	color: black;
}

.header
{
	font-size: 24px;
	color: #3333CC;
	font-weight: bold;
}

.subheader
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
