<style type="text/css" title="Site Default">
<!--
a.menu:link {
	text-decoration: none;
	color: #000000;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
}
a.menu:hover {
	text-decoration: none;
	color: #333333;
}
a.menu:active {
	text-decoration: none;
}
p { 
	font-weight:100;
}
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: black;
	border-collapse: separate;
	background-color: rgb(244, 240, 180);
}
table.sample th {
	border-width: medium;
	padding: 4px;
	border-style: double;
	border-color: black;
	background-color: rgb(244, 240, 180);
	-moz-border-radius: ;
}
table.sample td {
	border-width: medium;
	padding: 4px;
	border-style: double;
	border-color: black;
	background-color: rgb(244, 240, 180);
	-moz-border-radius: ;
}
