a:link {
	background-color : #FFFFFF;
	color : #003366;
	font-weight : bold;
	text-decoration : underline;
}

a:visited {
	background-color : #FFFFFF;
	color : #003366;
	font-weight : bold;
	text-decoration : underline;
}

a:hover {
	background-color : #FFFFFF;
	color : #81670E;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	background-color : #FFFFFF;
	color : #81670E;
	font-weight : bold;
	text-decoration : none;
}

body, td {
	background-color : #FFFFFF;
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	background-color : #FFFFFF;
	color : #003366;
	font-size : 250%;
	margin : 3px 0px 10px 0px;
	text-align : center;
}

h2 {
	background-color : #FFFFFF;
	color : #81670E;
	font-size : 160%;
	margin : 3px 0px 10px 0px;
	text-align : center;
}

h3 {
	background-color : #FFFFFF;
	color : #003366;
	font-size : 140%;
	margin : 3px 0px 10px 0px;
	text-align : center;
}

p{
	margin : 5px 10px 5px 30px;
}

table {
	border : 1px ridge;
	table-layout : fixed;
}

td{
	border : 1px ridge;
	padding : 5px;
	text-align : center;
	white-space : wrap;
}

th {
	background-color : #959CFF;
	border : 1px ridge;
	color : #003366;
	padding : 5px;
	text-align : center;
}

tr{
	vertical-align : top;
}

.center{
	text-align : center;
}

.style1 {
	margin : 5px 10px 5px 10px;
}

.style2 {
	margin : 5px 0px 5px 0px;
	text-align : center;
}

.style3 {
	text-align : left;
	text-indent : 10px;
}

.style4 {
	text-align : left;
	text-indent : 20px;
}

.style5 {
	text-align : left;
}

.webmaster {
	margin : 20px 0px 0px 0px;
	text-align : center;
}

