
a:link       {
	text-decoration: none;
	color: #000000;
	font-weight: none;
	text-decoration: underline}
a:visited 	{
	text-decoration: none;
	color: #000000;
	font-weight: none;
	text-decoration: underline}
a:hover   	{
	text-decoration: none;
	color: #0066cc;
	font-weight: none;
	text-decoration:underline}
a:active	{
	text-decoration: none;
	color: #000000;
	font-weight: none;
	text-decoration: underline}

/*table properties*/
td	{
padding:5px;
vertical-align:top;
background-color:#FFFFCC;}


/*default paragraph text*/
p	{
	font-family: "bookman old style", garamond, "new century schoolbook";
	font-size: 12pt;
	color: #000000}

/*page header text*/
h1 {	
	font-family: "century gothic", verdana, arial;
	font-size: 18pt;
	font-variant: small-caps;
	color: #000000}
h2	{
	margin: 0;
	font-family: "century gothic", verdana, arial;
	font-size: 16pt;
	font-variant: small-caps;
	color: #000000}
	
h3	{
	margin: 0;
	font-family: "century gothic", verdana, arial;
	font-size: 12pt;
	font-variant: small-caps;
	color: #000000}
 
h4	{
	margin: 0;
	font-family: "century gothic", verdana, arial;
	font-size: 10pt;
	font-variant: small-caps;
	color: #000000}
 
IMG {	
	border:0px;}

BODY	{
		background-color: #336633;
		color: #000000;
		font-family: garamond, georgia, "new century schoolbook";
		font-size:12pt}
