A.Menu:link
{
	color: blue;
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	text-decoration: none;
}A.Menu:visited{	font-family: "Arial", "Verdana", "Helvetica", "sans-serif"; 	text-decoration:none;	color: Blue;}A.Menu:hover{	font-family: "Arial", "Verdana", "Helvetica", "sans-serif"; 
	text-decoration:underline; 
	color: Blue;}
A.Menu:active
{
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif"; 
	text-decoration:underline; 
	color: Blue;}


TABLE
{  
	border-collapse: collapse;
}

.DataGrid
{
  font-family: Courier New;
	font-size: x-small;
}
.DataGridHeader
{
	background-color: #e0e0e0;	
	font-family: Tahoma;
	font-size: x-small;
}
.DataGridFooter
{
	background-color: #e0e0e0;	
	font-family: Tahoma;
	font-size: x-small;
}
.DataGridAlternating
{
  font-family: Courier New;
	font-size: x-small;
}



.HeaderLabel
{
	font-size: large;
	color: #175881;
}

.Label
{
	font-family: Tahoma;
	font-size: x-small;
}

.DropDownList
{
  font-family: Courier New;
	font-size: x-small;
}

.TextBox
{
  font-family: Courier New;
	font-size: x-small;
}

.SepRow
{
	background-color: "#6cbcef";
}