a {
	color : White;
	font-family : Tahoma, "MS Sans Serif", "Comic Sans MS", 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; }

body {
	background : #D3D3D3;
	font-size : 10pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	margin-right: auto;
	margin-left: auto;
	scrollbar-face-color: #383838;
 	scrollbar-shadow-color: #505050;
 	scrollbar-highlight-color: #686868;
	scrollbar-3dlight-color: #505050;
	scrollbar-darkshadow-color: #000000;
 	scrollbar-track-color: #303030;
	scrollbar-arrow-color: #909090;
	}

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 : #4682B4;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	line-height : normal;
	text-align : center;
	}

H5 {
	font : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : normal;
	color : Black;
	text-align : center;
	margin : -12px;
}


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 : 30pt;
	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;
}

/*
input, select {
	font-family : Tahoma, Arial, sans-serif;
	color : #b0b0b0;
	border-color : #808080 #808080;
	border-style : solid;
	background-color : #404040;
}

input.radio {
	font-family : Tahoma, Arial, sans-serif;
	border-color : #808080;
	border-style : none;
	color : #b0b0b0;
	background-color : transparent;
}
*/.unnamed1 {  font-family: Arial, Helvetica, sans-serif; color: #FFCC00}


TEXTAREA.maintext {
	/*	width: 100%;*/
	position: absolute;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	text-align : justify;
}

