body { background-color:White; }
.datagrid {background-color: #FFFFFF; 
		       width: 100%;
		       border-color:#CCCCCC; border-width:1px; border-style:none; 
		       font-family:Verdana, Arial, Helvetica, sans-serif;  
		       padding:0; padding-right:2; }
.gridinput {font-size: 8pt;} 
.gridheadercell {background-color: #006699; color: #FFFFFF; font-weight: bold; height:auto; font-size:12;}
.gridfootercell { background-color: PowderBlue; color: #000066; height:auto; font-size:10;} 
.griditemcell {background-color: #FFFFFF; height:auto; font-size:10;} 
.gridalternatingitemcell { background-color:#FFFFFF; height:auto; font-size:10;} 
.gridedititemcell {border-style:solid;background-color: #FFFFFF;} 
.gridpagercell {background-color: white;color: Black;} 
.gridselecteditemcell { background-color:#FFFFFF ; height:auto; font-size:10; }		
.TextBoxInGrid {background-color:#FFFFFF; height:auto; font-family:Courier New; font-size:12;  margin: 0 0 0 0; Border-Style:Groove; }
.DropDownInGrid {background-color:#FFFFFF; height:auto; font-family:Courier New; font-size:12;}
.DropDownList {background-color:#FFFFFF; height:auto; font-family:Courier New; font-size:12;}
.RatioButtonList {background-color:#F1F1F1; height:auto; font-family:Courier New; font-size:12; color:#000000;}
.TextBox { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, mono; }
.Hint {font-family:Verdana, Arial, Helvetica, sans-serif; color:Red; font-size:10;}
.aspLabel {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, mono;}
.aspRequiredFieldValidator{font-family: "Courier New", Courier, Mono; font-size:xx-small; color:Red;}
.aspRegularExpressionValidator{font-family: "Courier New", Courier, Mono; font-size:xx-small; color:Red;}
.aspCompareValidator{font-family: "Courier New", Courier, Mono; font-size:xx-small; color:Red;}
.ValidationSummary {background-color:#FFFFFF; height:auto; color:#FF0000; font-size:xx-small; font-family:"Courier New"; }
.aspCheckBoxList{background-color:#FFFFFF; font-family:"Courier New", Courier, mono; font-size:12; 
									margin:0 0 0 0;  white-space:nowrap;  
									display:inline; height:10; line-height:normal; 
									padding:0 0 0 0; vertical-align:text-bottom;}
.aspHyperLink{text-decoration:	none;	color:	#3333cc; font-family: Verdana, Arial, Sans-Serif;}								
.TableLayout{border-left:1 solid #cccccc; 
			border-right:1 solid #cccccc; 
			border-top:4 solid #0099CC ;
			border-bottom:4 solid #0099CC;
			background-color:#E6E6E6;}
.TableIntroText
{
	BORDER-RIGHT: #ffff99 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #ffff99 1px solid; 
	PADDING-LEFT: 5px; 
	FONT-SIZE: 10px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 1px; 
	BORDER-LEFT: #ffff99 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #ffff99 1px solid; 
	FONT-FAMILY: Verdana, Arial; 
	HEIGHT: 18px; 
	BACKGROUND-COLOR: #ffffcc}
.BoldLabel { FONT-WEIGHT: bold; FONT-SIZE: 12px; 
			COLOR: #000000; 
			FONT-FAMILY: "Courier New", Courier, mono; }
								 
<!--Normal Hyperlink -->
A:link				{
					font-family: "Courier New", Courier, mono;
					text-decoration: none;
					color: #333366; font-size:12;
					}
			 
A:visited			{
					font-family: "Courier New", Courier, mono;
					text-decoration: none;
					color: #333366; font-size:12;
					}
				 
A:active			{
					font-family: "Courier New", Courier, mono;
					text-decoration: none;
					color: #333366; font-size:12;
					}
				 
A:hover				{
					font-family: "Courier New", Courier, mono;
					text-decoration: underline;
					color: #333366; font-size:12;
					}
