TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
}

.indexHead {
	color : White;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}

.indexWelcome {
	color : White;
	font-size : 20px;
	font-weight : bold;
	text-decoration : none;
}


A.indexHead:HOVER {
	color : White;
	font-size : 16px;
	font-weight : bold;
	text-decoration : underline;
}


A.indexHead, A.indexHead:VISITED, A.indexHead:ACTIVE {
	color : White;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}


.indexMain {
	color : White;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
}

A.indexMain, A.indexMain:VISITED, A.indexMain:ACTIVE {
	color : White;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
}

A.indexMain:HOVER  {
	color : White;
	font-size : 12px;
	text-decoration : none;
}

.middleText, A.middleText, A.middleText:VISITED, A.middleText:ACTIVE {
	color : #B7AE02;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

A.middleText:HOVER {
	color : #B7AE02;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : underline;
	font-weight : bold;
}

 

.error {
	color : Red;
	font-weight : bold;
}

.tableTop {
	font : bold 16px;
	border : 1px solid White;
	margin-top : 5px;
	margin-bottom : 5px;
	}
	
a {  text-decoration: underline}

a:hover {  text-decoration: none}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	scrollbar-base-color : Black;
	scrollbar-dark-shadow-color : #292929;
	scrollbar-3d-light-color : #414141;
	scrollbar-arrow-color : #7C7825;
	scrollbar-face-color : Black;
	scrollbar-highlight-color : Black;
	scrollbar-shadow-color : Black;
	scrollbar-track-color: #2C2C2C;
	scrollbar-darkshadow-color: #7C7825;
	scrollbar-3dlight-color: #7C7825;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

TD {
	font-size : 15px;
	scrollbar-arrow-color : White;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : Gray;
}
.credits {
	font-size : 10px;
}
