A:visited {
    COLOR: #666666; TEXT-DECORATION: underline
}
A {
    COLOR: #666666; TEXT-DECORATION: underline
}
A:active {
    COLOR: #333333; TEXT-DECORATION: underline     
}
A:hover {
    COLOR: #333333; TEXT-DECORATION: underline
}
body {
	BACKGROUND-COLOR: #FFCD57;
	padding-top: 0px;
	float: none;
	margin: 0%;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
table{
	border: 0px none;
}
TD {
    FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
UL {
    LIST-STYLE-POSITION: outside
}
Pre {
    font-style: italic;
    font-size: xx-small;
    border: thin none;
    margin: 0% 0% 0% 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
    font-family: Arial, Helvetica, sans-serif;
}

TD.A {
	background-color: #ffffff;
}

TD.B {
	background-color: #B1C8FF;
}

TD.C {
	background-color: #9FFFC7;
}

TD.D {
	background-color: #FFA498;
}

TD.E {
	background-color: #E0D0FF;
}

TD.F {
	background-color: #ffffff;
}

TD.G {
	background-color: #B1C8FF;
}

TD.H {
	background-color: #9FFFC7;
}

TD.I {
	background-color: #FFA498;
}

.inputSubmit
{
color: #000000;
background-color: #EEEEEE;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
font-weight: bold;
}

.inputBox
{
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
}

#chromemenu{
width: 99%;
background-color: #B1C8FF
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}