/* Set fonts here in one place. */
.paragraph, .menuLeft, .menuLeft_sub, .footer, .footer_Surge {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/* Set text content */
.AboutUsPg {
	font-family : "Times New Roman", Georgia, Times, serif;
	font-size: 100%;
	color: #000000;
	margin-top: .85em;
	margin-bottom: .85em;
}

.paragraph {
	font-size: 82%; 
	color: #000000; 
	margin-top: .65em; 
	margin-bottom: .65em;
}

.menuLeft {
	font-size: 82%; 
	color: #141476; 
	margin-top: .65em; 
	margin-bottom: .65em;
}

.menuLeft_sub {
	font-size: 82%;
	color: #141476;
	margin-top: .65em;
	margin-bottom: .65em;
	margin-left : 1em;
}

.footer_Surge {
	font-size: 58%; 
	color: #FFFF00; 
}

.footer {
	font-size: 63%; 
	color: #333333; 
}

.paragraph a,
.footer a,
.menuLeft a,
.menuLeft_sub a {
	color: #ca303d; 
	text-decoration: none;
}

.paragraph a:hover,
.footer a:hover,
.menuLeft a:hover,
.menuLeft_sub a:hover {
	color: #141476; 
	text-decoration: underline;
}
/* end text content */

/* ADA style definitions */
.ada-hidden-content { 
	font-size: 1px; 
	color: #ffffff;	
	background: #ffffff;
	margin: 0em;
}
