
body   { 
color: #363636; 
font-family: Tahoma;
font-size: 11px; 
line-height: 20px;  
margin:0;
background-image:url(bodyBG.gif);
background-repeat:repeat;
}

.leftBG{
background-image:url(leftBG.gif);
background-repeat:repeat-y;
}

.rightBG{
background-image:url(rightBG.gif);
background-repeat:repeat-y;
}

.bottomBG{
background-image:url(bottomBG.gif);
background-repeat:repeat-x;
}

.bgWhite{
background-color:#FFFFFF;
}

.bgBlue{
background-color:#000000;
}

.bgRed{
background-color:#AA0000;
}

.bgGray{
background-color:#515151;
}

.bgGray1{
background-color:#DADADA;
}

.bgBrown{
background-color:#C17413;
}

.bgOrange{
background-color:#DADADA;
}

.bgGreendark{
background-color:#007337;
}

.bgGreenlight{
background-color:#B2D234;
}

.bgBluedark{
background-color:#004B7F;
}




.color10 {
background-color:#EFEFEF;
}

.heading1{
color:#0094DA;
font-family:arial;
font-size: 13pt;
font-weight:bolder;
}

.heading1a{
color:#696969;
font-family:arial;
font-size: 13pt;
font-weight:bolder;
}

.heading1b{
color:#696969;
font-family:arial;
font-size: 11pt;
font-weight:bolder;
border-bottom:dotted 1px #696969;
}

.heading1c{
color:#ff8000;
font-family:arial;
font-size: 11pt;
font-weight:bolder;
border-bottom:dotted 1px #AA0000;
}

.heading1d{
color:#0094DA;
font-family:arial;
font-size: 11pt;
font-weight:bolder;
border-bottom:dotted 1px #0094DA;
}

.heading2{
color:#AA0000;
font-family:arial;
font-size: 10pt;
font-weight:bolder;
}

.textWhite {color: #FFFFFF}
.textBlack {
color: #000000;
font-weight:bolder;
font-size: 12px;
}

a.a  { 
color: #0094DA; 
text-decoration: none;
font-size: 12px;
font-weight:bolder;

}

a.a:hover { 
color: #AA0000; 
text-decoration: underline ;
font-size: 12px;
font-weight:bolder;
}

a.b  { 
color: #0094DA; 
text-decoration: none;
font-size: 11px;

}

a.b:hover { 
color: #AA0000; 
text-decoration: underline ;
font-size: 11px;
}

a.c  { 
color: #363636; 
text-decoration: none;
font-size: 11px;

}

a.c:hover { 
color: #AA0000; 
text-decoration: underline ;
font-size: 11px;
}

input { color: #252a2e; font-size: 11px; font-family: Tahoma; padding-left: 5px; border: solid 1px #ABAEB1 }

/*  -----------------------         start menu display css   ------------------------------------------ */

.droplinkcss{
position:absolute;
visibility: hidden;
border-style: solid; border-width: 1px; border-color: #FFFFFF;
line-height: 24px;
z-index: 100;
background-color: #000000;
width: 205px;
}

.droplinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
text-indent: 20px;
color:white;
}

.droplinkcss a:hover{ 
background-color: #d51c23;
text-decoration: underline;
color: white;
}

.menubg{
	background-color: #3C81C2;
}

.headmenucss {
	cursor: pointer; 
	padding: 5px; 
	text-indent: 18px;
	color: white;
}
.headmenucss a{
	text-decoration:none;
	color: white;
}

/*  -----------------------         end menu display css   ------------------------------------------ */

