body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: yellow;
	background: url('../images/background.gif') #990000;
}

a:link, a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC66;
}

a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCC99;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: yellow;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: yellow;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: yellow;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: yellow;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size : 10pt;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

tr {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

.error {
	color: red;
	font-weight: bold;
}

.display {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: black;
	border: solid 1px white;
}

.display tr {
	color: black;
	background: white;
}

.display a {
	text-decoration: none;
	font-weight: bold;
}

.display a:link, a:active {
	color: blue;
}

.display a:visited {
	color: darkblue;
}

.display a:hover {
	color: dodgerblue;
}

.display h2 {
	color: darkblue;
	text-align: center;
}

.display h4 {
	color: darkblue;
	text-align: center;
}

.display p {
	color: darkred;
	text-align: center;
}

.display li {
	list-style-image: url('../images/bullet.gif');
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	background-color: #E9967A;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

hr {
	size: 40;
	color: #000000;
}

img {
	border-style: none;
}

.slogan {
	color: white;
	padding: 30px 0 0 0;
	font-size: 12pt;
	font-weight: bold;
}

.copyright {
	color: white;
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
}
