/*
@created 04/06/2007
@author lizz wilson
*/

body
{
	background-color:#000000;
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 4;
	
}

p
{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 12;
	margin-top:10px;
	margin-bottom:10px;
}

p.shrink
{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 10;
}

p.link
{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 90%;
}

p.center
{
	text-align: center;
	color: #000000;
	font-family: Arial;
	font-size: 12;
}

h1 
{
	font-family: Arial;
	margin-top:1px;
	margin-bottom:2px;
	font-size: 130%;
	font-style: underline;
	color: #F68B1F;
}

h2 
{
	font-family: Arial;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 110%;
	color: #000000;
}

h3
{
	font-family: Arial;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 100%;
	color: #793A83;
}

h4
{
	font-family: Arial;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 90%;
	color: #000000;
}

UL
{
	font-family: Arial;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 95%;
	color: #000000;
}

div:first-letter 
{
	color: #793A83;
	font-size: 250%; float: left;
	font-family: Arial;
}


tt
{
	decoration: none
	color: #000000;
	font-family: Arial;
	font-size: 75%;
}

HR
{
	color: #F68B1F;
}



