BODY
{
	font-family: verdana;
	color: black;
	font-size: 7.5pt;
	line-height: 120%;	
	margin: 0px;	
}

A
{
	color: #000000;
	text-decoration: underline;
}
A:hover{
	text-decoration: none;
}
TABLE
{
	font-family: verdana;
	font-size: 7.5pt;
	color: black;
	line-height: 120%;	
}

SELECT 
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

UL { margin-top:0px; margin-bottom:0px;    } 
LI{
	list-style-image: url(images/li_arrow.gif);
	list-style: position inside;
}
INPUT 
{
	font-family: verdana;
	font-size: 7pt;
	color: #000000;
}

TEXTAREA
{
	font-family: verdana;
	font-size: 7pt;
	color: #000000;
}
P
{
	margin-top:8px;
	margin-bottom:8px;
}
.FORM{
	background: #FFFFFF;
}
.FORMHEADER{
	background: #FFFFFF;
	color: #666666;
	font-size: 10px;
	border-bottom: 1pt solid #000000;
}
.FORMCAPTION{
	font-size: 8.5pt;
	color: #000000;
	font-weight: bold;
}
.FORMCAPTIONSMALL{
	font-size: 7.5pt;
	color: #000000;
	font-weight: bold;
}
.FORMTD{
	border-bottom: 1pt dotted #CACACA;
	border-right: 1pt dotted #CACACA;
	color: #000000;
}
.FORMTDRIGHT{
	border-bottom: 1pt dotted #CACACA;
	color: #000000;
}
.FORMTDLASTROW{
	border-right: 1pt dotted #CACACA;
	color: #000000;
}
.FORMTDRIGHTLASTROW{
	color: #000000;
}
.FORMBUTTON{
	font-weight: bold;
	background: #CACACA;
	border-top: 0px ; border-bottom: 0px ; border-left: 0px ; boder-right: 0px;
}
.SMALLTEXT{
	font-size: 7.5pt;
}.SMALLINPUT{
	font-size: 9px;
}
.LOGINTEXT{
	font-size: 9px;
}

#leftContent
{
width:480px;
/*border: 1px solid white;*/
margin:0px 0px 0px 5px;
float: left;
}

#rightContent
{
width:60px;
/*border: 1px solid white;*/
margin:0px 30px 0px 28px;
float:right;
}

input.submit {
              width: 40px;
			  height: 18px;
              font:  9px;
              border: 1px solid;
              background: steelblue;
			   padding-bottom: 3px;
             }
			 
input.button {
              width: 107px;
			  height: 18px;
              font:  9px;
              border: 1px solid;
              background: steelblue;
			  padding-bottom: 3px;
             }