/*  
*   remember to include the style sheet in your webpage with a
*   <LINK REL=stylesheet TYPE="text/css" HREF="style1.css">
*
*/   
.bodycopy1
{
	font-family: "Gill Sans MT", "Times New Roman", "Verdana";
	color:#000000;
	font-size:12pt;
}


.heading
{
	font-family:"Lucida Sans Unicode";
	color:#000000;
	text-align:center;
	font-size:20pt;
	font-weight:bold;
	background-color:#ECECEC;
}

.highlight
{
	font-family: "Gill Sans MT";
	color:#009900;
	font-size:12pt;
	font-weight:bold;
}

.tagline
{
	font-size:8pt;
	color:green;
	font-style:italic;
	font-weight:bold;
	font-family: "Gill Sans MT";
}

a:link {color:#000099}
a:visited {color:#006633}
/* a:hover {color:#009933} 
a:active {color:#FF0000} */

