body
{
	scrollbar-arrow-color:BLACK;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color:#333333;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbarBaseColor:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
}

td
{
    FONT-SIZE: 10px;
    COLOR:Black;
    font-family: Verdana,helvetica,sans-serif;
}

.tde
{
    FONT-SIZE: 12px;
    COLOR:Black;
    font-family: Verdana,helvetica,sans-serif;
    font-weight:bold;
}


.tdrankw
{
    font-size: 9px;
    COLOR: black;
    font-family: Verdana,helvetica,sans-serif;
    font-weight:bold;
    background-color: white;
}
.tdrankg
{
    font-size: 9px;
    COLOR: black;
    font-family: Verdana,helvetica,sans-serif;
    font-weight:bold;
    background-color: whitesmoke;
}

.link
{
    FONT-SIZE:8px;
    COLOR:black;
    text-decoration:underline;
    font-family: Verdana,helvetica,sans-serif;
}

.link2
{
    FONT-SIZE:10px;
    COLOR:black;
    text-decoration:underline;
    font-family: Verdana,helvetica,sans-serif;
	CURSOR:hand; 
}


A
{
    FONT-SIZE: 12px;
    COLOR: #a00000;
    text-decoration:none;
    font-family: Arial;
}

A:active
{
    FONT-SIZE: 12px;
    COLOR:black;
}

A:link
{
    COLOR: white;
    text-decoration:none;
}

A:visited
{
    FONT-SIZE: 12px;
    COLOR: white;
    font-family:Arial;
    text-decoration:none;
}

A:hover
{
    FONT-SIZE: 12px;
    COLOR: silver;
    font-family: Arial;
    text-decoration:underline;
}

TABLE
{
    FONT-SIZE: 10px;
    font-family: Verdana,helvetica,sans-serif;
}

TEXTAREA
{
    FONT-SIZE: 12px;
    font-family: Verdana,helvetica,sans-serif;
    BACKGROUND-COLOR: oldlace
}

INPUT
{
    FONT-SIZE: 12px;
    COLOR: black;
    font-family: Verdana,helvetica,sans-serif;
    BACKGROUND-COLOR: oldlace
}

SELECT
{
    FONT-SIZE: 9px;
    font-family: Verdana,helvetica,sans-serif;
    BACKGROUND-COLOR: oldlace
}

.menu
{
	background-color:dimgray; 
	CURSOR:hand; 
	COLOR:black; 
	FONT-SIZE: 12px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}

.recordmenu
{
	background-color:Gainsboro; 
	CURSOR:hand; 
	COLOR:black; 
	FONT-SIZE: 10px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}

.menuRed{
	background-color:#ee0000; 
	CURSOR:hand; 
	FONT-SIZE: 14px; 
	FONT-FAMILY: verdana; 
	FONT-WEIGHT: bold;
	Color:Black;
}

.tdborder
{
	border-style: solid;
	border-color:Black;
	border-width:1px;
}

.artmenu 
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	background-color:#c0c0c0;
	COLOR:black; 
	FONT-SIZE: 12px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}

.heading
{
	background-color:wheat;
	COLOR:black; 
	FONT-SIZE: 14px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}
.heading2
{
	background-color:wheat;
	COLOR:black; 
	FONT-SIZE: 12px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}
.heading3
{
	background-color:wheat;
	COLOR:black; 
	FONT-SIZE: 10px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}

.heading21
{
	COLOR:black; 
	FONT-SIZE: 12px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}
.heading11
{
	COLOR:black; 
	FONT-SIZE: 14px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}

.heading31
{
	COLOR:black; 
	FONT-SIZE: 10px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
}

.rankheading
{
	background-color:#d8d8d8;
	COLOR:black; 
	FONT-SIZE: 10px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
	border-bottom-width:1px;
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-color:Black;
	border-top-style:solid;
}

.artheading
{
	background-color:wheat;
	COLOR:black; 
	FONT-SIZE: 14px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
	border-bottom-width:1px;
	border-bottom-color:Black;
	border-bottom-style:solid;
}

.artheading2
{
	background-color:wheat;
	COLOR:black; 
	FONT-SIZE: 10px; 
    font-family: Verdana,helvetica,sans-serif;
	FONT-WEIGHT: bold;
	border-bottom-width:1px;
	border-bottom-color:Black;
	border-bottom-style:solid;
}

.tiny
{
	FONT-SIZE: 1px; 
    font-family: Verdana,helvetica,sans-serif;
}

.bread 
{
	FONT-SIZE: 12px; 
    font-family: Verdana,helvetica,sans-serif;
}

.bread2
{
	FONT-SIZE: 10px; 
    font-family: Verdana,helvetica,sans-serif;
}

.menuButton
{
	padding-top:3;
	position:absolute;
	cursor:hand;
    font-family: Verdana,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	border-color:white;
	border-width:2;
	border-style:outset;
	background-color:#a89d25;
}

pre 
{ 
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
