		A   	       	{color:	#286dcf; text-decoration:none}
		A:link			{color:	#286dcf; text-decoration:none}
		A:visited		{color:	#286dcf; text-decoration:none}
		A:hover 		{color: #286dcf; text-decoration:underline}


body {
   color: #000000;
   font-family:tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

td {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

input , select ,textarea,button {
	border-style: normal;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}
.button {
	border-style: normal;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}
.textbox {
	border-style: normal;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}
.listmenu {
	border-style: normal;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}

.link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;

}


#dhtmltooltip{

position: absolute;

width: 150px;

border: 2px solid black;

padding: 2px;

background-color: #deedfe;

visibility: hidden;

z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

filter: progid:DXImageTransform.Microsoft.Shadow(color=#7895c9,direction=135);

}