/* CSS File for Whole Project   */

BODY {	
	background-color: white; 
	/*background-image: url("../images/gs2.gif" ) ;
	background-repeat:repeat-x;	*/
	}
	
BODY {
  /*scrollbar-arrow-color:#EEF9F3;
  scrollbar-shadow-color:#0B6138;
  scrollbar-face-color:#348781;
  scrollbar-highlight-color:#EEF9F3;
  scrollbar-darkshadow-color:#EEF9F3;*/
}	
	
.Heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#0033FF;	
	}
	
.subHeading {
	font-family:"Trebuchet MS";
	font-size: 17px;
	font-weight: bold; 
	color:#045FB4;	
	}
	
.texting {
	font-family:Calibri;
	font-size: 15px;
	color: #571B7e;
		}
		
select.ofc
{
	width: 300;
}
				
a {
	font-family:"Trebuchet MS"; 
	font-size:12px;  
	font-weight:bold; 
	color:#B93B8F; 
	text-decoration:none; 
	cursor:hand;	
	}
	
a:hover {
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight:bold; 
	color: #0B6138; 
	text-decoration: none;
	}
.trColor {
	background-color: #348781;
	}
.trHeading {
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	 color:#FFFFFF;	
	}
.subHead2 {
	font-family:"Trebuchet MS";
	font-size:13; 
	color:#0033FF; 
	
	font-weight:bold;
	}
.subHead3 {
	font-family:"Trebuchet MS";
	font-size:14; color: #EA0C00; font-weight:bold;
	}
.subHead4 {
	font-family:Calibri;
	font-size:20; color:#045FB4;  font-weight:bold;
	}
	
	.subHead5 {
	font-family:"Trebuchet MS";
	font-size:14; 
	/*color:#CC3366; */
	color:#336666;
	font-weight:bold;
	}	
.textBoxS {
	font-family:Arial;
	font-size: 13px;
	background-color: white; 
	color: #6C2DC7;	
	}					

table {
	font-family:Arial;
	font-size: 13px;
	margin-bottom:10px;	
}
table th {
	font-family:Calibri;
	font-size: 19px;
	font-weight: bold;
	background-color: white;
	color: #FFFFFF;
	text-align: center;	
}

.tableRowCol1{
	background-color: #EEF9F3;
	}
.tableRowCol2{
	background-color: #46C7C7;
	}
.error{
	font-family:Calibri;
	font-size: 15px;
	font-weight: bold;
	color: red;
	background-color: #FFFFCC;
	}	
	
.ErrorField {
	border-color: red;
	color: #D00;
	background: #FFFFFF;
}

span.ValidationErrors {
	/*display: inline-block;*/
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FF0000;
	padding-left: 10px;
	/*font-style: italic;*/
}

		
	
	
	
	
				
			