
.HeadingRowStyle
{
	padding-left :12px;
	font-family: tahoma;
	font-size: 13px;
	color: #1C1717;
	font-weight: bold;
	background-color: #DEDFD5;
	border-bottom-width: 1px;
   
	border-bottom-color: #1C1717;
	height :20px;
	
	}



.form
{
	font-family: tahoma;
	font-size: 13px;
	color: #1C1717;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1717;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1C1717;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C1717;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C1717;
}
.maintext
{
	font-family: tahoma;
	font-size: 13px;
	color: #1C1D14;
	background-color: #F4F5F2;
}
.inputButton
{
	font-family: tahoma;
	font-size: 13px;
	text-align:center;
	color: #1C1717;
	background-color:#F5FBFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1717;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1C1717;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C1717;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C1717;
}



.RowStyle
{
	font-family: tahoma;
	font-size: 13px;
	color: #1C1717;
	background-color: #DEDFD5;
	border-bottom-style :solid;
	border-bottom-width :1px;
	border-bottom-color :White;  
	height :20px;
	
	padding-left :12px;
}


.AlternatingRowStyle
{
	padding-left :12px;
	font-family: tahoma;
	
	font-size: 13px;
	color: #1C1717;
	height :20px;
	background-color: #E9EAE3;
	border-bottom-style :solid;
	border-bottom-width :1px;
	border-bottom-color :White; 
}

a:link { color:blue; }
a:visited { color:Red; }
a:hover { text-decoration: none; color: #ff9900; font-weight:bold; }
a:active { color: black;text-decoration: none }
