.TextBoxStyle
{
	font-family: Verdana;
	font-size: 10px;
	border-style: none;
	color: Black; 
	border: 1px solid #CED4F6;
	background-color:White;
	width:100;
	height:20;	
}
.LabelFont
{
	color:  Black;
	font-family: Verdana;
	font-size:	10px;
	font-weight:  normal ;
	font-style:	 normal;
	text-decoration:none;
	word-spacing:	normal;
	letter-spacing: normal;
	text-transform:	none;
}	
.LabelHeaderFont
{
	color:  Black;
	font-family: Verdana;
	font-size:	12px;
	font-weight:  bold ;
	font-style:	 normal;
	text-decoration:none;
	word-spacing:	normal;
	letter-spacing: normal;
	text-transform:	none;
	}
	.bt 
	{
		color:#31313d;
		background:#dee1f2; 
		border-right:1px solid #9a9dbe;
		border-bottom:1px solid #9a9dbe;
	}
	.textstyle
	{
	margin-right:0in;
	margin-left:0in;
	font-size:10.0pt;
	font-family:Arial;
	color:#330000}

.leftLinkStyle
	{
	color:#444444;	
	font-size:10.0pt;
	font-family:Arial;
	font-weight:bold; 
	}
		A:link
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
			color: #444444;
			text-decoration: none;
		} 
		A:hover 
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
			color: #753f3f;
			text-decoration: underline;
			}
		A:visited
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
			color: #444444;
			text-decoration: none;
		}
		A:active 
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
			color: #753f3f;
			text-decoration: underline;
		}