/* CSS Document */
	
body	{
	background-color: #ffffff;
	font-family: trebuchet MS, arial, helvetica, verdana, sans-serif;
	font-size: x-small;
	font-weight: normal;
	}

h2	{
	font-family: trebuchet MS, arial, helvetica, verdana, sans-serif;
	font-size: large;
	font-weight: bold;
}

h3	{
	font-family: trebuchet MS, arial, helvetica, verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
}

h4	{
	font-family: trebuchet MS, arial, helvetica, verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	color: #991c20;
	}

td	{
	font-family: trebuchet MS, arial, helvetica, verdana, sans-serif;
	font-size: x-small;
	font-weight: normal;
	vertical-align: top;
	}

p	{
	font-family: trebuchet MS, arial, helvetica, verdana, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	}

a:link  {
	color : #991c20;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited  {
	color : #991c20;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover  {
	color : #CA671F;
	text-decoration: underline;
	font-weight: bold;
}

.copyright	{
font-family: trebuchet MS, arial, helvetica, verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
text-align: center;
}
	

