.body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	color: #000000;
}

.bodybold  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
}

.bodysmall  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: #000000;
}

.footer  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;	
	color: #c1c1c1;
}

/* used on job listing pages */
.title {
	font-family: Verdana,  Arial, Helvetica, sans-serif;	
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color : #0033cc;
}

/* used on job listing pages */
.jobTitle {
	font-family: Verdana,  Arial, Helvetica, sans-serif;	
	font-size: 11pt;
	font-weight: bold;
	font-variant: normal; 
	color : #0033cc;
}

/*SEO project, 01.09*/
.scrollDisplay {
	width:453px;
	height:304px;
	margin-bottom:5px;
	line-height:1.75em;
	overflow-y:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.6em;
}

.scrollDisplay p {
	padding-right:7px;
}

.scrollDisplay a:link {color: #4744FF;}
.scrollDisplay a:active {color: #0000ff;}
.scrollDisplay a:hover {color: #ff0000;}
.scrollDisplay a:visited {color: #7446DC;}

#one-em ul {
	margin-top: 2px;
	margin-left: 1.5em;
	padding-left: 0;
	margin-bottom: 2px;
}

/* a:link {color: #cccccc;} */
a:active {color: #0000ff;}
a:hover {color: #ff0000;}
a:visited {color: ##996699;}
/* a:visited {color: #c6c6c6;} */
/* Note: Job listing pages were displaying this background color despite having the background color set in those pages.  So, set the color below on the web site pages.
/* body {background-color: #4A4A4A;} */



