body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
table, tr, th, td, ul, li, h1, h2, h3, h4, h5, h6, p, dt, dd, form, fieldset {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #06C;
}
a:visited {
	color: #09F;
}
a:hover {
	color: #94BA49;
	text-decoration: none;
}
#content {
	margin: 20px 0 0 0;
	padding: 0 20px 10px 20px;	
}
#content h1 {
	font-size: 16px;
	color: #0073D0;
	line-height: 1.2em;	
}
#content h2 {
	font-size: 13px;
	line-height: 1.2em;		
}
#content h3 {
	font-size: 13px;
	line-height: 1.2em;		
}
#content p {
	padding: 0;
	line-height: 1.2em;	
}
/* OLB Popup and Definition Classes
----------------------------------------------- */
.olbg {
	background-color: #39f;
	/*width: 610px;*/
}
.olcg {
	background-color: #0073D0;
	text-align: center;
}
.olcgif {
	background-color: #39f;
	text-align: center;
}
.olfg {
	background-color: #ffffff;
	text-align: left;
}
.olfgif {
	background-color: #bdf;
	text-align: center;
}
.olcap {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
a.olclo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ddf;
}
a.olclo:hover {
	color: #fff;
}
.oltxt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a.definition {
	color: #06c;
	text-decoration: none;
	border-bottom: 1px dashed #06c;
}
a.definition:visited {
	color: #06c;
	text-decoration: none;
	border-bottom: 1px dashed #06c;
}
a.definition:hover { 
	color: #94BA49;
	text-decoration: none;	
	border-bottom: 1px dashed #94BA49;
}
a.definition:active { 
	color: #94BA49;
	text-decoration: none;	
	border-bottom: 1px dashed #94BA49;
}
.pdfLink {
	padding-left: 15px;
	background: transparent url("/images/pdfIcon.gif") no-repeat center left;
}