				body { background-color: #000000;
							text-align: center;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
							color: #333333;
							margin-left:0;
							margin-top:0;
							
						}
TD {Font-Family:verdana;Font-size:11px;color:#000000;}

A.TopMenu {Font-weight:bold;Color:#000000;Text-Decoration:none; 
	}


A.TopMenu:Hover 
{
	  Color:#ffff00;Text-Decoration:none; 
}

.SideMenu{Font-weight:bold;Color:#000000;Text-Decoration:none; padding-left:2px;  }

a
{
	color:#008000;
	text-decoration:none;
}

a:hover
{
	color:#008000;
  text-decoration:underline;
}


.InputText {Font-Family:Verdana;Font-Size:11px;border-color:#333333;border-width:1px}

.SubmitButton
	{
		FONT-SIZE: 10px; 
		COLOR: #ffffff;
		FONT-FAMILY: Arial;
		BACKGROUND-COLOR: #00c000		
	}
	
.style2 {
	color: #00c000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.style3 {
	color: #00c000;
	font-weight: bold;
	font-size: 12px;
}
<!-- .menubkg{background: url('../images/seachbg.gif'); }-->

.greenborder
{
	BORDER-TOP: #00c000 1px solid; BORDER-LEFT: #00c000 1px solid; BORDER-BOTTOM: #00c000 1px solid; border-right: #00c000 1px solid;
	}
	
	 /*  Tool tip*/
	.tooltip{
		position: relative;
		z-index: 0; 
		}

		.tooltip:hover{
		background-color: transparent;
		z-index: 25;  
		}

		.tooltip span{ 
		position: absolute;
		background-color: lightyellow;
		padding: 5px; 
		border: 1px dashed gray;
		visibility: hidden;
		color: black; text-align:justify;  
		text-decoration: none;  width :200px;   
		}

		.tooltip:hover span{ 
		visibility: visible;
		top: 0;
		left: 90px; top :260px; 
		}
	
	
	