﻿.GridBackGround
{
	background-color:Navy  ;
	background-repeat: repeat-x;
}


.pgBColor
{
	background-color:#ffffff;
}
 
.cntMain
{
	 width:900px;
	height:100%;
	 text-align:left;
 	 background-color:#ffffff;
}
a
{
	font-family: Verdana;
	font-size: 8.5pt;
	text-decoration: none;
	color : white;
	font-weight:bold 
}
a:hover
{
	color:black;
}
scrollbar
{
    background-color:Maroon;
    counter-increment:inherit;
    overflow:auto;
    direction:ltr;
    elevation:inherit
}
.txtbox
{
 font-family :Verdana;
 font-size:smaller;
  background-color:#ffffff;
  color:#333333;
  border-style:groove; 
  border-color:#ffffff;
}
.lbltxtbox
{
    font-family:Verdana;
    font-size:smaller;
    color:#ffffff;
}


    