/* CSS Document */

body { margin: 0; padding:20px 20px 0 20px;; font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #1b3886; line-height: 14px; background:url(../images/bg.jpg) ; }
input,textarea,select { border:1px solid #d8e9ff; }
form { margin:0px; padding:0px; }

br{height:15px;}
fieldset{ border:1px solid #e2efff;}
/* Link Style */
.leftMenu{ font-weight: bold; color:#a8a9ab; text-decoration: none; font-size: 13px; }
.leftMenu:hover {font-weight: bold; color: #1b3886; text-decoration:none;  font-size: 13px; }

.subMenu{ font-weight: bold; color:#1b3886; text-decoration: none; font-size: 12px; }
.subMenu:hover {font-weight: bold; color: #ff0000; text-decoration:none;  font-size: 12px; }

.subMenu1{  color:#1b3886; text-decoration: none; font-size: 11px; }
.subMenu1:hover { color: #ff0000; text-decoration:none;  font-size: 11px; }

.activeSubMenu {font-weight: bold; color: #ff0000; text-decoration:none;  font-size: 12px; }

.activeMenu{font-weight: bold; color: #1b3886;   font-size: 13px; }


.bottomMenu{ font-weight: normal; color:#3992ff; text-decoration: none; }
.bottomMenu:hover { color: #2a538f; text-decoration:underline; background:#d8e9ff; }

/* Text Style */
.txtColor {color:#3992ff;}
.title {color:#1b3886; font-weight:bold; font-size:14px}
.txtRed {color:#ff0000; }


/* Table cell Style */
.tdbg1{background:url(../images/tdbg.jpg) top repeat-x ;}



/* Footer Style */
.tdcoler1{ background:#b7bcc0;  }
.tdcoler2{ background:#ffffff;  }
.pad{ padding: 25px 25px 25px 25px ;}
.textInput,textarea{	/* General style for my inputs when they're not highlighted */
		width:150px;	
		
		background-color:#FFFFFF;
		border:2px solid #000;
	}
	
	
	.inputHighlighted{	/* Highlighting style */
		
		color:#FFF;
		width:200px;
		border:2px solid #355379;
	}




DIV.ScrollBox {
	border:1px solid #d8d9dd; height: 70px; margin-bottom: 1px; SCROLLBAR-SHADOW-COLOR: #efefef;  SCROLLBAR-3DLIGHT-COLOR: #b6d1ff;  SCROLLBAR-ARROW-COLOR: #12315D; 
	SCROLLBAR-TRACK-COLOR: #f6f6f6; 
	SCROLLBAR-DARKSHADOW-COLOR: #12315D; 
	SCROLLBAR-BASE-COLOR: #ffffff; 
	padding-right: 10px;
	
}

#visible {
	overflow: visible;
}

#hidden {
	overflow: hidden;
}

#scroll {
	overflow: scroll;
	width:96%;
	height:240px;
	overflow-x:hidden;
	padding:20px;
}
#auto {
	overflow: auto;
	overflow-x:visible;
}



.style1 {color: #a8a9ab}
.style2 {color: #1b3886}
.style4 {font-size: 16px}
.style3 {color: #FFFFFF}
.style6 {color: #1C43AE}

.logo { background:url(../images/logo1.jpg) top left no-repeat; width:370px; height:138px;}
