.black {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
.names1
{
	color: red;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: Red;
}
.blue {
	font-family: arial;
	font-size: 11pt;
	color: #044074;
}
.textbox
{
	border-style:ridge;
    BORDER-RIGHT: #CDCDCD/*#E79F19*/ 1px solid;
    BORDER-TOP: #CDCDCD 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #CDCDCD 1px solid;
    BORDER-BOTTOM: #CDCDCD 1px solid;
    FONT-FAMILY: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    TEXT-DECORATION: none
}
.SelectBox
{
	BORDER-RIGHT: #CDCDCD 1px solid;
    border-style:solid;
    BORDER-TOP: #CDCDCD 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #CDCDCD 1px solid;
    BORDER-BOTTOM: #CDCDCD 1px solid;
    FONT-FAMILY: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    TEXT-DECORATION:none;   
}
table.TableClass
{
	background-color:#FFFFFF;
}
table.TableClass1
{
	background-color:#E3F1FA;/*ECF4FF#6084B8#EDF5F7;ECF4FF;*/
	/*background-image: url("../images/samplebg.jpg");*/
}
.white {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}
.green{
	font-family: arial;
	font-size: 20px;
	color: #000066;
}
.green2{
	font-family: arial;
	font-size: 18px;
	color: #000066;
}
.green3{
	font-family: arial;
	font-size: 12px;
	color: #000066;
}
.Labels
{
    FONT-FAMILY: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular,Bookman Old Style;
    FONT-SIZE: 9pt;
    COLOR: #333333;
  
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:repeat-x;
	background-color:#E3F1FA;
 	background-image: url("../images/bgnew.jpg");
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.GridHeader
{
    font-family:Verdana;
    FONT-SIZE: 10px;
    COLOR: white;
    BACKGROUND-COLOR:#043C77;    /*#A7BB7E /*#0265A8;/*#2a6aa3*/
}
p.Header
{
	background-color: #D3E0E8;
	font-size: small;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	color: Olive; /*OLIVE #0A66A9; #8EBBF6;#ffffff;*/
	background-image: url(images/shade.gif);
	text-transform: uppercase;
}
.GridAlt
{
    font-family:Verdana;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: black;
    BACKGROUND-COLOR: #ECF3FC;    /* #F9C2C5 /*#D3E0E8;#BAD1D9*/
}
.GridItem
{
	font-family:Verdana;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}
#dropmenudiv
{
 position:absolute;
 border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
color:White;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #293B63;
}