.tableheader {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #303030; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #ebe5d9;
	height : 16px;
}
.tabledata
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
	background-color:White;
}
.tablefooter {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: maroon; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: ButtonShadow;
	height : 16px;
}
.textbox{
	BORDER-RIGHT: #a4a4a4 1px solid; 
	BORDER-TOP: #a4a4a4 1px solid; 
	FONT-SIZE: 11px;
	BORDER-LEFT: #a4a4a4 1px solid; 
	COLOR: #333333; 
	BORDER-BOTTOM: #a4a4a4 1px solid; 
	FONT-FAMILY: verdana;
	width:80pt;
	height:10.5pt;
	background:transparent;
}
.dropdownlist {
	BORDER-RIGHT: #a4a4a4 1px solid; 
	BORDER-TOP: #a4a4a4 1px solid; 
	FONT-SIZE: 11px;
	BORDER-LEFT: #a4a4a4 1px solid; 
	COLOR: #333333; 
	LINE-HEIGHT: 1.3; 
	BORDER-BOTTOM: #a4a4a4 1px solid; 
	FONT-FAMILY: verdana
}

.lable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e3e3e;
	font-weight: bold;
	text-decoration: none;
	
}
.btn
{
   background-image: url(Images/middletop.gif);
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   height: 25px;
   font-weight:bold;
   border:1px solid;
   border-top-color:#a4a4a4;
   border-left-color:#a4a4a4;
   border-right-color:#a4a4a4;
   border-bottom-color:#a4a4a4;
 }
 .th {
	background-attachment: scroll;
	background-image: url(Images/greymiddletop.jpg);
	background-repeat: repeat-x;
	color : Black;
	 height:22px;
	font-size: 12px;
    font-weight:bold;
	
}
.thtl 
{
	background-image: url(Images/greylefttop.gif);
	background-repeat:no-repeat;
}
.thtr 
{
	background-image: url(Images/greyrighttop.gif);
	background-repeat:no-repeat;
}
.thbl 
{
	background-image: url(Images/greyleftbottom.gif);
	background-repeat:no-repeat;
}
.thbr 
{
	background-image: url(Images/greyrightbottom.gif);
	background-repeat:no-repeat;
}
table {
	font-size: 12px;
	font-family:Verdana ,Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
.TextLeftAlign
{
	text-align:left ;
}
