 A:Link {
	color: #a4ae98;
	}

  A:Visited {
	color: RGB(120, 192, 160);
	text-decoration: underline;
	}

  A:Active {
	color: #FF0000;
	}

  A:Hover {
	color: #FFFFFF;
	}

 BODY {
	background: #a4ae98;
	font-family: verdana, arial, helvetica, sans-serif;
	scrollbar-face-color: #6D6D6D;
	SCROLLBAR-HIGHLIGHT-COLOR: #6D6D6D;
	SCROLLBAR-SHADOW-COLOR: #3C3C3C;
	SCROLLBAR-3DLIGHT-COLOR: #3C3C3C;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #3C3C3C;
	SCROLLBAR-DARKSHADOW-COLOR: #3C3C3C;
	margin: 2px;
	padding: 2px;
	font-size: 80%;
	color: #FFFFFF;
	text-align: justify;
}
.emphasize {
	font-weight: bold;
	color: #A6C68D;
}
.caption {
	font-size: 16px;
	font-weight: bold;
	color: #C4B550;
	background-color: #4C5844;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading2 {
	font-size: large;
	font-weight: bold;
	color: #A6C68D;
}
.heading1 {
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.table {
	border-top-color: #A6C68D;
	border-right-color: #004200;
	border-bottom-color: #004200;
	border-left-color: #A6C68D;
	width: 446px;
	display: table;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 2px;
	padding: 2px;
	clear: both;
	float: none;
	height: auto;
}

.legend {
	font-size: smaller;
}

