body {
	background-color: #C6D2B8;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534640;
}


a:link {
	color: #534640;
}
a:visited {
	color: #534640;
}
a:hover {
	color: #534640;
}
a:active {
	color: #534640;
}

a.sub_link:link {
	color: #534640;
	text-decoration: none;
}
a.sub_link:visited {
	color: #534640;
	text-decoration: none;
}
a.sub_link:hover {
	color: #534640;
	text-decoration: underline;
}
a.sub_link:active {
	color: #534640;
	text-decoration: none;
}


#border a {
	border:solid 1px #000000;
	padding:0px;
}
#border a:visited {
	border:solid 1px #000000;
	padding:0px;
}
#border a:hover {
	border:solid 3px #FFFFFF;
	padding:0px;
}
#border a:active {
	border:solid 1px #000000;
	padding:0px;
}


.Titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #6B7D60;
}
.Sub_Titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #6B7D60;
}
.Note {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #6B7D60;
}
