html { overflow-x: hidden; overflow-y: auto; }

form { display:inline; }
img  { vertical-align:middle; border:0px }
BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; color: #808080; margin:0px 10px 0px 10px;background-color:#94c258 }
TABLE, THEAD, TD, TH { background: #f0f0f0; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; color: #808080; border-width: 1px; border-color: #000000;}

a:link, a:visited, a:active { text-decoration: none; color: black }
a:hover { color: #94c258; text-decoration:underline }

.forminput, .textinput { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #808080; border: 1px solid #d0d0d0; }
.radiobutton, .checkbox  { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle }

.tablehead 
{
	background: #94c258;
	color: #f0f0f0;
	font-weight:bold;
	text-align: center;
	border: #808080
}

.maintitle
{
	background-image: url(../images/maintitle.png);
	color: #f0f0f0;
	font-weight:bold;
	font-size: 11px;
	vertical-align:middle;
	font-weight:bold; 
	letter-spacing:1px; 
	padding:8px 0px 8px 20px; 
	background-color: #f0f0f0
}

.dropdown 
{ 
	background-color: #FFFFFF; 
	color: #000; 
	font-size:10px; 
	font-family: Verdana,Arial, Sans-Serif; 
	padding:2px;  
	border:2px inset #BCD0ED; 
}

.green  {color:green;}
.red    {color:red;}
.yellow {color:yellow;}
.purple {color:purple;}
.blue   {color:blue;}
.orange {color:orange;}
.gray	{color:gray;}
.black	{color:black;}
.white	{color:white;}
.pink 	{color:pink;}
.bold   {text-decoration:bold}

.text	{font-family: Verdana; color: #808080 ; font-size:10px;}
.bluetext{font-family: Verdana; color: #366A98 ; font-size:10px;}
.bluehead{font-family: Verdana; color: #94c258 ; font-size:12px;}
.logo{font-family: Verdana; color: #366A98 ; font-size:28px;}
.redhead{font-family: Verdana; color: crimson ; font-size:12px;}
.greenhead{font-family: Verdana; color: #94c258 ; font-size:12px;}

h1
{
	font-size:      16px;
	font-weight:    normal;
	color:          #94c258;
	font-family: 	Verdana;
}

h2
{
	font-size:      14px;
	font-weight:    normal;
	color:          #0099ff;
	font-family: 	Verdana;
}

/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../images/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../images/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../images/bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 8pt; }
	ul.mktree  li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}
