/*
@created 05/25/06
@author lizz wilson
*/

body
{
	background-color:#ffffff;
	background-image: url("images/wjwcbanner.jpg");
	background-position: 50% 0%;
  	background-repeat: no-repeat;
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 4;
	
}

p
{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 14;
	margin-top:10px;
	margin-bottom:10px;
}

p.shrink
{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 12;
}

p.link
{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 110%;
}

p.center
{
	text-align: center;
	color: #000000;
	font-family: Arial;
	font-size: 14;
}

h1 
{
	font-family: Arial;
	margin-top:1px;
	margin-bottom:2px;
	font-size: 140%;
	font-style: underline;
	color: #F68B1F;
}

h2 
{
	font-family: Arial;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 120%;
	color: #000000;
}

h3
{
	font-family: Arial;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 110%;
	color: #F68B1F;
}

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: #F68B1F;
	font-size: 250%; float: left;
	font-family: Arial;
}


tt
{
	decoration: none
	color: #000000;
	font-family: Arial;
	font-size: 75%;
}

HR
{
	color: #F68B1F;
}

