body {
	background-color: #FFFAE8;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

A:visited {
	color: #0C552D;
	TEXT-DECORATION: none;
}

A:LINK {
	COLOR: Green;
	TEXT-DECORATION: none;
}


A:active
{
	COLOR: #0C552D;
	text-decoration: none;
}

A:hover
{
	TEXT-DECORATION: underline
}


h1 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color : #0C552D;
}

h2 {
	font-weight: bold;
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White
}

h3 {
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White
}


td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td.h  {
	color: #000000;
	background-color: #000000;
	font-weight : bold;
	text-align : center;
}

th { color :  #ffffff;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
}
	
.caption { color :  black;
	font-size : 80%;
	font-family :  Arial, Helvetica, sans-serif; }