
BODY
{
    BACKGROUND-COLOR: #222222;
    margin:5;
    //background-image: url(images/back.gif);
}

input.sendbtn
{
     font-size:9px; 
     background-color: #888888; 
     color: #ff9900; font-weight:normal; 
     BORDER-BOTTOM: #ffff99 solid 1px;
     BORDER-LEFT: #CC6633 solid 1px; 
     BORDER-RIGHT: #ffff99 solid 1px; 
     BORDER-TOP: #CC6633 solid 1px; 
     padding-left:2px; padding-right:2px; 
     padding-top:1px; padding-bottom:1px;
}
input.sendbtn:hover
{
     background-color:#888888; 
     color: #000000; 
     BORDER-top: #ffff99;
     BORDER-right: #CC6633; 
     BORDER-left: #ffff99; 
     BORDER-bottom: #CC6633; 
}
Input.text
{
     font-size:9px; 
     background-color: #666666; 
     color: #000000; font-weight:normal; 
     BORDER-BOTTOM: #ffff99 solid 1px;
     BORDER-LEFT: #CC6633 solid 1px; 
     BORDER-RIGHT: #ffff99 solid 1px; 
     BORDER-TOP: #CC6633 solid 1px; 
     padding-left:2px; padding-right:2px; 
     padding-top:1px; padding-bottom:1px;
}
A:link	{	
	text-decoration: none;
	color:	#0000ff;
	}	
		
A:visited	{	
	text-decoration: none;
	color:	#0000ff;
	}	
		
A:active	{	
	text-decoration: none;
	color:	#663399;
	}	
		
A:hover	{	
	text-decoration: none;
	color:	#663399;
	}
	
table.tablemain
{
	width:757px;
        border-color:#000000;
	padding:0px;
	border:0px;
        border-style: none;
	background-color:#000000;
	color:#ED4827;

}



td.tdhold
{
	padding:5px;
	border:0px;
        border-color:#ff9933;
        border-style: dashed;
	color:#ffffff;
	vertical-align:top;
       	background-color:#000000;
        font-family:Verdana, Arial;
}

td.tdmenu
{
	width:100%;
        align:center;
        border-color:#000000;
	padding:0px;
	border:0px;
        border-style: dashed;
	background-color:#000000;
	color:#ED4827;
	font-family:Verdana, Arial;
	font-size:9px;
}



		/* Expanding menu styling */
		#udm ul {
			margin-left:-1px !important;
			margin-top:0px !important;
			width:133px !important;
			w\idth:133px !important;
			}

		#udm ul ul {
			width:133px !important;
			w\idth:133px !important;
			border-style:dashed;
			background-color:
			}
		#udm ul ul ul {
			width:133px !important;
			w\idth:133px !important;
			border-style:dashed;
			background-color:
			}
		
		/* give all anchors a hand cursor */
		#udm a {
			cursor:pointer !important;
			cursor:hand !important;
			}


