TD
{
    FONT-SIZE: 10pt;
    COLOR: BLACK;
    FONT-FAMILY: Arial;
    FONT-VARIANT: normal
}

th { font-size: 10pt;
     color: black;
     font-family: Arial;
     font-weight: bold;
}

FONT{
    FONT-SIZE: 10pt;
    COLOR: BLACK;
    FONT-FAMILY: Arial;
    FONT-VARIANT: normal
}
.welcome_text
{
    FONT-SIZE: 10pt;
    COLOR: #DDB000;
    FONT-FAMILY: Arial;
    FONT-VARIANT: normal
}
H1
{
    FONT-SIZE: 16pt;
    TEXT-TRANSFORM: capitalize;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-VARIANT: normal;
    TEXT-ALIGN: center
}
H2
{
    FONT-SIZE: 14pt;
    TEXT-TRANSFORM: capitalize;
    COLOR: red;
    FONT-FAMILY: Arial;
    FONT-VARIANT: italic;
    TEXT-ALIGN: center
}
SPAN
{
    BORDER-RIGHT: black thin solid;
    BORDER-TOP: black thin solid;
    BORDER-LEFT: black thin solid;
    WIDTH: 150px;
    BORDER-BOTTOM: black thin solid;
    POSITION: absolute;
    TOP: 250px;
    HEIGHT: 350px
}
TT
{
    FONT-SIZE: 10pt;
    COLOR: BLACK;
    FONT-FAMILY: Arial
}
THEAD
{
    FONT-SIZE: 10pt;
    COLOR: BLACK;
    FONT-FAMILY: Arial
}
BUTTON
{
    BACKGROUND-IMAGE: url(images/GRNTRK.JPG)
}
EM
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial
}
A
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial
    COLOR: BLACK;
}
BODY
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial;
}
.tableheader
{
        FONT-FAMILY: Arial;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: bold;
        COLOR: black;
        BACKGROUND-COLOR: #FFCC00
}


.welcome_text{
        FONT-FAMILY: Arial;
        FONT-SIZE: 15pt;
        FONT-WEIGHT: bold;
        COLOR: green;
}


.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}
.expandMenu {
  width: 50%;
}

.expandMenu dt {
	text-transform: uppercase;
	background-color: #20B2AA;
	padding: 2px;
	margin: 0px 0px 1px;
        font-weight: bold; 
	color: black;
	cursor: hand;
}
.expandMenu a {
	color: #FFFFFF;
}
.expandMenu a:hover {
	color: #333333;
	background-color: transparent;
}
.expandMenu dd {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}

.expandMenu table {
	border-collapse: collapse;
	width: 100%;
}

.expandMenu ul {
	background-color: #999999;
	margin:  2em;
	padding: 0px;
	list-style-type: none;
}

.expandMenu td {
	color: black;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 0;
 	background-color: "#D3D3D3";
}
.expandMenu thead td {
        color: black; 
	background-color: #20B2AA;
	border-top-style: none;
        font-weight: bold; 

}
.alignCenter {
	text-align: center;
}
.pickup_text
{
    FONT-SIZE: 30pt;
    COLOR: green;
    FONT-FAMILY: Arial;
    FONT-VARIANT: normal;
}

tr.evenrow {background: #D3D3D3;}
tr.oddrow {background: white;}
.sortable thead {cursor: pointer;}

span.stspan {
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    font-family: webdings;
    position: static;
    border: none;
    width: 1px;
    height: 1px;
    top: 1px;
}

.wait {
    cursor: wait;
    background: #D3D3D3;
}

legend {font-weight: bold;}

.thankyou { font-size: 12pt;
               font-weight: bold;
               color: black;
               text-align: center;}

.errormessage { font-size: 12pt;
               font-weight: bold;
               color: red;
               text-align: center;}

tr.tableheader th a {color: black;
                     font-size: 14;}

.function_title_text {
        font-family: Arial;
        font-size: 30;
        font-weight: bold;}


