﻿a {
	color : White;
	font-family : Tahoma, "MS Sans Serif", sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
	}
a:visited { color : #4682B4;   }
a:hover   { color : White; background-color : #4682B4;
}
a:active  { color : White;  background : #D3D3D3; }

.enter
{
	display: block;
	width: 200px;
	padding: 8px;
	margin: 10px;
	border: 1px solid gray;
	font-size: 16pt;
	background-color: silver;
}

body {
	background-color: #5C87B2;
	font-size : 10pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	padding: 30px;
	margin: 0;
}

ul
{
    margin: 0 20 0 20;
}

LI {
	font : normal 12px;
	list-style : disc;
}

#bodyText {
/*	width: 100%;*/
	text-align : justify;
	margin-left : 16px;
	margin-right : 16px;
}

h1 {
	color : black;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	line-height : normal;
	text-align : center;
	}
	
h1 a
{
	color : black;
	text-decoration: underline;
}

H5 {
	font : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : normal;
	color : Black;
	text-align : center;
	margin: 0;
}


h2 {
	/* gee, netscape is stupid, gotta set fonts again */
	font-family : Arial, Helvetica, sans-serif;
	color : #4682B4;
	font-size : 12pt;
	line-height : normal;
	text-align : center;
	font-weight : bold;
	font-style : normal;
}

h3 {
	color : #4169E1;
	font-size : 16pt;
	line-height : normal;
	text-align : center;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	}

h4 {
	color : #4169E1;
	font-size : 14pt;
	line-height : normal;
	text-align : center;
	font-weight: bold;
	margin: 0px;
	padding: 0;
}

HR {
	color : Silver;
	height : 2px;
	}



p {
	color : #A0A0A0;
	font-size : 10pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
}

p:first-line {
	text-indent: 4ex;
}

/* TABLES */

td {
	color : Black;
	font-size : 10pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
}

th {
	color : #909090;
	background-color : #181818;
	font-weight : bold;
	font-size : 10pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
}

table.generic {
	background-color : #383838;
}

table.generic td {
	background-color : #282828;
	color : #a0a0a0;
}

table.stylish1 td {
	background-color : #282828;
	color : #a0a0a0;
	font-size : 8pt;
}

.f {
	font-family : "Courier New", monospace;
}

.f p {
	font-family : "Courier New", monospace;
}

.fb {
	font-family : "Courier New", monospace;
	font-weight : bold;
}

.fc {
	font-family : "Courier New", monospace;
	text-align : center;
}

.fc9 {
	font-family : "Courier New", monospace;
	text-align : center;
	font-size: 9pt;
}

.fu {
	font-family : "Courier New", monospace;
	font-weight : bold;
	text-decoration : underline;
}

.xs {
	font-size : 8pt;
}

.copyright {
	font-size : 8pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	color: #A0A0A0;
}

#pageTitle {
	background : #FFCC00;
	color : #696969;
	font-size : 16pt;
	font-style : normal;
	font-weight : bolder;
	text-decoration : none;
	text-align : center;
	line-height : 2em;
}

#divLinkButton {
	position : absolute;
	left : 13px;
	width : 95px;
}

#divMenu {
	position : absolute;
	left : 14px;
	width : 92px;
}

.panel
{
	width:800px;
	padding:20px;
	background-color:whitesmoke;
	border:7px double gray;
}


.links
{
	margin-top: 1em;
	border-top: 1px silver dotted;
	width: 80%;
	text-align: center;
}

.links td
{
	padding: 1em;
}

.links a
{
	color: Gray;
}