﻿a:link {
	color: #0000FF;
	text-decoration: none;
}
.sans {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: olive;
	text-decoration: none;
}
a:active {
	color: red;
}
a:hover {
	color: maroon;
}
body {
	font-family: Times New Roman;
	background-color: rgb(256,256,256);
	color: #000000;
	font-size: 12pt;
	min-width: 600px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Book Antiqua, Times New Roman, Times;
}
h1 {
	color: rgb(102,51,51);
	font-size: 24pt;
	background-color: #FFFFD0;
}
h2 {
	color: rgb(102,51,51);
	font-size: 18pt;
}
h3 {
	color: rgb(102,51,51);
	font-size: 14pt;
}
h4 {
	color: rgb(102,51,51);
	font-size: 12pt;
}
h5 {
	color: rgb(102,102,102);
	font-size: 10pt;
}
h6 {
	color: rgb(153,153,102);
}
table {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url('images/bg180.gif');
	background-repeat: repeat;
	border-style: ridge;
	border-width: 1;
	width: 90%;
}
ol {
	font-family: Arial;
	font-size: 10pt;
}

