a:link {
	font-weight: bold;
	text-decoration: underline;
	color: grey;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: grey;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: grey;
}

a:hover {
	text-decoration: underline;
	color: grey;
}

.footer
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: white;
	padding: 0px 0px 0px 0px;
}

a.footerlink:link {
	text-decoration: underline;
	color: white;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

p.small {
	font-size: 10px;
   	line-height: 12px;
}

p.indented {
	text-indent: 4em;
}


body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/new_bckgrd.jpg);
}


h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

h2	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
