/* CSS Document */
body{ 
	scrollbar-arrow-color: #000000;
	scrollbar-face-color:FFFFFF;
	scrollbar-highlight-color:5A9FC8;
	}

table{font-family:Tahoma; font-size:12px; color:#000000}

.bold{font-weight:bold}

.orange{color:#FF9600}

.orangebold{color:#FF9600; font-weight:bold}

.green{color:#009900}

.greenbold{color:#009900; font-weight:bold}

.red{color:#ff0000}

.redbold{color:#ff0000; font-weight:bold}

.gray{color:#666666}

.graybold{color:#666666; font-weight:bold}

.blue{color:#5A9FC8}

.bluebold{color:#5A9FC8; font-weight:bold}

.white{color:#ffffff}

.whitebold{color:#ffffff; font-weight:bold}

.titlewhite{color:#FFFFFF; font-weight:bold}

.titlered{color:#FF0000; font-size: 14px; font-weight:bold;
filter:DropShadow(Color=#cccccc, OffX=1, OffY=1, Positive=1); width:95%; height:15;}

.titlegreen{color:#009900; font-size: 14px; font-weight:bold;
filter:DropShadow(Color=#cccccc, OffX=1, OffY=1, Positive=1); width:95%; height:15;}

.titlered2{color:#FF0000; font-size: 16px; font-weight:bold;
filter:DropShadow(Color=#cccccc, OffX=1, OffY=1, Positive=1); width:95%; height:15;}
.titlered2:hover{color:#FF9600; font-size: 16px; font-weight:bold;
filter:DropShadow(Color=#cccccc, OffX=1, OffY=1, Positive=1); width:95%; height:15;}

.titleblack{color:#000000; font-weight:bold}

.titleorange {color:#FF9600;font-size:12px;font-weight:bold;
filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);width:95%; height:15}

.titlegreen{color:#009900; font-weight:bold; text-transform:uppercase;
filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);width:95%; height:15}

.link{color:009900; text-decoration:none}
.link:hove{color:FF9600; font-weight:bold; text-decoration:underline}

.link2{color:5A9FC8; text-decoration:none}
.link2:hove{color:FF9600; font-weight:bold; text-decoration:underline}

.link3{color:666666; text-decoration:none}
.link3:hove{color:009900; font-weight:bold; text-decoration:underline}

.link4{color:FF9600; text-decoration:none}
.link4:hove{color:009900; font-size:11px; font-weight:bold; text-decoration:underline}

.button{font-family:Arial; background-color:#FFFFFF; color:5A9FC8; font-size:12px; cursor:hand; font-weight:none; border:#666666 solid 1px; height:20px}

INPUT.press {
	BORDER-RIGHT: #330000 2px solid; BORDER-TOP: #FFDCAB 2px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #FFDCAB 2px solid; CURSOR: hand; COLOR: #ffffff; BORDER-BOTTOM: #330000 2px solid; FONT-FAMILY: Arial; BACKGROUND-COLOR: #990000
}
INPUT.presschangecolor {
	BORDER-RIGHT: #330000 2px solid; BORDER-TOP: #3D82F4 2px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #3D82F4 2px solid; CURSOR: hand; COLOR: #FCFF00; BORDER-BOTTOM: #330000 2px solid; FONT-FAMILY: Arial; BACKGROUND-COLOR: #1A52B8
}


