

/* **********FONT FAMILY and SIZES ******** */
.regularFont, body, p, td, ul, ol, li, input, select, h2 { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
 
 h1 { 	
 	font-family: sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 0px; 
	margin-top: 0;
 } 
 
 h2 { 	
	font-size: 16px;
	font-weight: bold;
 } 

 h3 { 	
	font-size: 14px;
	font-weight: bold;
 }
 
 a {
	font-size: 14px;
	font-weight: bold;
 	text-decoration: none;
 }
  
.menuTextSelected, .menuTextUnselected {
	font-weight: bold;
	text-decoration: none;
}

.mainTextBox {
	font-size: 16px;
	font-family: Serif, Arial, Helvetica, sans-serif;
}
 
.srvName {
	font-family: sans-serif;
	font-size: 13px;
} 

.srvComment {
	font-family: sans-serif;
	font-size: 12px;
	font-style: italic;
} 

/* **********FONT COLOR************** */
.regularFont, body, p, td, ul, ol, li, input, select, h2 { 	
	color: #333842; /*#333842*/
 }

 h1, .srvName {
	color: #16191D;
} 

.mainTextBox {
	color: #FFFFFF;
}

.menuTextSelected {
	color: #FFFFFF;
}

 a, .clickHereFont, .menuTextUnselected {
 	color: #2c9723; /*green*/
 }


 /* ********BACKGROUND COLOR************* */
.darkBkgrd {
	background-color: #8dcd82; /*#DEA59C*/ /*#521410*/ /*#c5d2c5*/ /*2cc223*/ /*3aff2e*/
}

.lightBkgrd {
	background-color: #deeade; 
}
 
.grayBkgrd {
	background-color: #C6D1C6; /*#e6e6e6; */
} 


 /* ********SPACING, MARGINS**************** */
.textNoTopMargin { 
	height: 0px; 
	margin-top: 0;
} 

.srvName {
	line-height: 140%; 
} 


