body
{
	font-family:Arial;
	font-size:18px;
	color:#336699;
	 background-color: rgb(255,255,255); 
	
	
}

a.Lnk:hover
{
	font-size:12;
	font-family:Arial;
	
	cursor: pointer;
	color: white;
	text-align: right;
	text-decoration: underline;
}

a.Lnk:link
{
	font-size:12;
	font-family:Arial;
	
	cursor: pointer;
	color: white;
	text-align: right;
	text-decoration: underline;
}


a.Lnk:Visited
{
	font-size:12;
	font-family:Arial;
	
	cursor: pointer;
	color: white;
	text-align: right;
	text-decoration:underline;
}

a.Lnk:Active
{
	font-size:12;
	font-family:Arial;
	
	cursor: pointer;
	color: white;
	text-align: right;
	text-decoration: underline;
}


.inpSmall_readonly
{
	font-family:Arial;
	font-size:12px;
	color:#FF6600;
	background-color: rgb(255,255,255);
	border-right:#336699 1px solid; 
 border-top:#336699 1px solid; 
 border-left:#336699 1px solid; 
 border-bottom:#336699 1px solid; 
	
}

.inpSmall
{
	font-family:Arial;
	font-size:12px;
	color:#336699;
	background-color: rgb(255,255,255);
	border-right:#336699 1px solid; 
 border-top:#336699 1px solid; 
 border-left:#336699 1px solid; 
 border-bottom:#336699 1px solid; 
	
}
.inpSmallH
{
	font-family:Arial;
	font-size:12px;
	color:#336699;
	background-color: lightyellow;
	border-right:red 1px solid; 
 border-top:red 1px solid; 
 border-left:red 1px solid; 
 border-bottom:red 1px solid; 
	
}


.Txt_Small
{
	font-family:Arial;
	font-size:10px;
	color:black;
}

.O{
	background : #E2ECF5;
	FONT-SIZE: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	color: black;

}
.E{
	background : #D2E1F0; <!---- #D2E1F0; E2ECF5-->
	FONT-SIZE: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	color: black;
}

.tdodd{
	background : #DFEFFF;
	FONT-SIZE: 11px;
	font-family:  Arial, Helvetica, sans-serif;
color: #2C5353;
font-weight:bold;
}
.tdeven{
	background : #C6E2FF;
	FONT-SIZE: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #2C5353;
}




.succMsg {
	
	COLOR: green; 
font-weight:bold;
}
.errMsg {
	
	COLOR: red; 
font-weight:bold;
}

.Desc{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
color : #204162;
}
.bigDesc{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
		text-decoration : none;
		color : #000000;
}

.Val{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color: #B90000;
}
.smallVal{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	font-weight : bold;
	color: #B90000;
}

.INP{

font-family:'arial';font-size:9pt;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;

border-style:'groove';border-top-width: none;border-bottom-width: none;border-right-width: none;border-left-width: none;
 font : bold;
 COLOR: #0000FF;
 letter-spacing : 1px;
}
.th{
	FONT-SIZE: 12px;
	font-family:  Arial, Helvetica, sans-serif;
color: white;
font-weight:bold;
	background-color : #588FC7;
}






.PageTitle_Gradient
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#588FC7', EndColorStr='#E2ECF5');
	font-family:Arial;
	font-weight :bold ;
	COLOR: #204162;
	text-align:left;
	FONT-SIZE:13;
	border-style: none none none none;
	border-width:0;
	border-right:#336699 1px solid; 
 border-top:#336699 1px solid; 
 border-left:#336699 1px solid; 
 border-bottom:#336699 1px solid; 
 
}

.PageTitle
{
	
	font-family:Arial;
	font-weight :bold ;
	COLOR: Black;
	text-align:left;
	FONT-SIZE:12;
	border-style: none none none none;
	
 
}
.nTAB{
 
 text-align:center;
 background-color: #336699;
    COLOR:#FFFFFF;
	font-weight:bold;
}

.sTAB{
	
	text-align:center;
	font-weight:bold;	
	background-color: white;
	   COLOR:#336699;
	   border-right:#336699 1px solid; 
 border-top:#336699 1px solid; 
 border-left:#336699 1px solid; 
 
}
<!--#E2ECF5--->

.sTAB_Small{

	text-align:center;
	font-weight:bold;	
	background-color: #AFCAE4;
	   COLOR:black;
}


.TABSepr{
 width:3pt;
 background-color: white;
  border-bottom:#336699 3px solid; 
}


.TAB{
border-style:'groove';
border-top-width: thin;
border-bottom-width: thin;
border-right-width: thin;
border-left-width: thin;
 border-color:#003366;
 border-right:#003366 1px solid; 
 border-top:#003366 1px solid; 
 border-left:#003366 1px solid; 
 border-bottom:#003366 1px solid; 


  
}
.BtnAutoWidth
{  
 background-color:#E2ECF5;
color: #336699;
 cursor: pointer; 
 font-weight: bold;
font-family:arial;
 width:auto;
 border-style:ridge;
	border-width:thin;
	border-color:#336699;
	 border-right:#336699  1px solid; 
  border-top:#336699 1px solid; 
   border-left:#336699 1px solid; 
  border-bottom:#336699 1px solid;
	
}


.BtnAutoWidthSmall
{  
 background-color:#E2ECF5;
color: #336699;
 cursor: pointer; 
 font-weight: bold;
font-family:arial;
font-size:7pt;
height:11pt;
 width:auto;
 border-style:ridge;
	border-width:thin;
	border-color:#336699;
	 border-right:#336699  1px solid; 
  border-top:#336699 1px solid; 
   border-left:#336699 1px solid; 
  border-bottom:#336699 1px solid;
	
}


.BtnFixedWidth
{  
 background-color:#E2ECF5;
color: #336699;
 cursor: pointer; 
 font-weight: bold;
font-family:arial;
 width:100;
 border-style:ridge;
	border-width:thin;
	border-color:#336699;
	 border-right:#336699  1px solid; 
  border-top:#336699 1px solid; 
   border-left:#336699 1px solid; 
  border-bottom:#336699 1px solid;
	
}

.txtInpInBlueBg
{
    
	BACKGROUND-COLOR:#F4FAFF;
    COLOR:#0000FF;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: arial;
 BORDER-Bottom-COLOR: #000000;
 BORDER-Top-COLOR: #000000;
 BORDER-Right-COLOR: #000000;
 BORDER-Left-COLOR: #000000;
 letter-spacing: 0px;
}
.Txt
{
	font-family:Arial;
	font-size:11px;
	color:#336699;
	background-color: rgb(255,255,255);
text-align:left;
	
}



.Txt_Small_Title_Black
{
	font-family:Arial;
font-weight :bold ;
	font-size:12px;
	color:black;
	background-color: rgb(255,255,255);
text-align: justify;
	
}

.Txt_Small_Title_Basic
{
	font-family:Arial;
font-weight :bold ;
	font-size:12px;
	color:#336699;
	background-color: rgb(255,255,255);
text-align: justify;
	
}


.HglhtTxt
{
	font-family:Arial;
	font-weight :bold ;
	font-size:12px;
	color:#FF6600
	

	
}

.Title
{
	font-family:Arial;
	font-weight :bold ;
	font-size:11px;
	color:#336699;
	background-color: rgb(255,255,255);

	
}



a.Hdr:link
{
	font-size:11;
	font-family:Arial;
	font-weight: bold;
	cursor: pointer;
	color:#9DCEFF;
	text-align: right;
	text-decoration: none;
}

a.Hdr:active
{
	font-size:11;
	font-family:Arial;
	font-weight: bold;
	cursor: pointer;
	color: #9DCEFF;
	text-align: right;
	text-decoration: none;
}

a.Hdr:hover
{
	font-size:11;
	font-family:Arial;
	font-weight: bold;
	cursor: pointer;
	color: #9DCEFF;
	text-align: right;
	text-decoration: none;
}

a.Hdr:visited
{
	font-size:11;
	font-family:Arial;
	font-weight: bold;
	cursor: pointer;
	color: #9DCEFF;
	text-align: right;
	text-decoration: none;
}


a.LMnu:link
{
	text-align: center;
	font-size:12;
	font-family:verdana;
	color:#DCECFD; 
	font-weight:bold;
	HEIGHT: 22px;
	cursor: pointer;
	text-decoration: none;
}

a.LMnu:active
{
	text-align: center;
	font-size:12;
	font-family:verdana;
	color:#DCECFD; 
	font-weight:bold;
	HEIGHT: 22px;
	cursor: pointer;
	text-decoration: none;
}

a.LMnu:hover
{
	text-align: center;
	font-size:12;
	font-family:verdana;
	color:#DCECFD; 
	font-weight:bold;
	HEIGHT: 22px;
	cursor: pointer;
	text-decoration: none;
}

a.LMnu:visited
{
	text-align: center;
	font-size:12;
	font-family:verdana;
	color:#DCECFD; 
	font-weight:bold;
	HEIGHT: 22px;
	cursor: pointer;
	text-decoration: none;
}

.TopMenu
{
	ffont-size:11;
	font-family:Arial;
	font-weight: bold;
	cursor: pointer;
	color: #4AA5FF;
	text-align: right;
	text-decoration: none;
	
}

.LeftMenu
{
	font-size:12;
	font-family:Arial;
	
	cursor: pointer;
	color: #9DCEFF;
	text-decoration: none;
	
}





UNKNOWN {
	FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica
}
P {
	FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica
}
LI {
	FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica
}
BR {
	FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; FONT-STYLE: normal; FONT-FAMILY: Arial,Helvetica
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; FONT-STYLE: normal; FONT-FAMILY: Arial,Helvetica
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; FONT-STYLE: normal; FONT-FAMILY: Arial,Helvetica
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-STYLE: italic; FONT-FAMILY: Arial,Helvetica
}
TH {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Arial,Helvetica; BACKGROUND-COLOR: #000000
}
STRONG {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #4473b2
}
.rightbar {
	FONT-SIZE: x-small; COLOR: white; FONT-FAMILY: Arial,Helvetica
}
all {
	FONT-SIZE: 12px
}
A:link {
	COLOR: #4473b2
}
A:visited {
	COLOR: #4473b2
}
A:active {
	COLOR: #ff4000
}
A:hover {
	COLOR: #ff4000
}
.successstory:link {
	COLOR: #000000; TEXT-DECORATION: none
}
.successstory:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
.successstory:active {
	COLOR: #ff4000; TEXT-DECORATION: none
}
.successstory:hover {
	COLOR: #ff4000; TEXT-DECORATION: none
}
.menuOption:link {
	FONT-SIZE: 10px; COLOR: #000000; TEXT-DECORATION: none
}
.menuOption:visited {
	FONT-SIZE: 10px; COLOR: #000000; TEXT-DECORATION: none
}
.menuOption:active {
	FONT-SIZE: 10px; COLOR: #ffffff; TEXT-DECORATION: none
}
.menuOption:hover {
	FONT-SIZE: 10px; COLOR: #ffffff; TEXT-DECORATION: none
}

.thRoll{
	background : #78D8AA;
	font-size:  smaller;
	font-family:  Arial, Helvetica, sans-serif;

font-weight:bold;

}
A.l:link{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left;
	text-decoration : underline;
  }
 
  A.l:hover{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR:  #006400;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left;
	text-decoration : underline;
  }
  A.l:visited{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left;
	text-decoration : underline;
  }

.darkbg{
	
	background : #BCEDD3;
}
.lightBg{
	background-color : #E2ECF5;
}
.Sel
{
	COLOR: #0000FF;

	font-family:'verdana';
	font-weight: bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
	    FONT-SIZE: 11px;

}
