@charset "utf-8";
/* stylesheet.css */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 22px;
}

body {
	margin:0 auto;
	width:900px;
}

p {
	font-size: 10pt;
	text-align: left;
	color: #333333;
	line-height: 22px;
}

.copy {
	font-size: 10pt;
	color: #333333;
	margin: 5px;
	line-height: 22px;
}

.ovpInfo {
	font-size: 10pt;
	color: #333333;
	margin: 5px;
	line-height: 16px;
}

.pSpecial {
	font-size: 10pt;
	color: #666666;
	margin: 5px;
	line-height: 18px;
}

.side {
	font-size: 9pt;
	color: #333333;
}

.photoCaption {
	font-size: 9pt;
	font-weight: bold;
	line-height: 16px;
	color: #ABA981;
}

.header {
	font-size:12pt; 
	font-weight:bold; 
	color:#C1A662; /*color:#7493BE;*/
}

.title {
	font-size:10pt; 
	font-weight:bold; 
	color:#878D37;
}

.italic {
	font-style: italic;
}

.callToAction {
	font-size: 10pt; 
	font-weight: bold; 
	color: #7493BE;
	font-style: italic;
}

.headerBig {
	font-size: 14pt; 
	font-weight: bold; 
	color: #999999;
}

.noBullets {
	list-style-type: none;
	font-size: 10pt;
	color: #333333;
	line-height: 22px;
}

.style3 {
	font-size: 14px;
}

.style10 {
	font-size: 14px;
	color: #0F063A;
	font-weight: bold;
}

.style16 {
	font-size: 14px;
	color: #DA8B22;
	font-weight: bold;
}

.style18 {
	color: #D88213;
	font-style: italic;
	font-size: 14px;
}

/* ------ link styles start here -------- */
a:link {
	font-size: 10pt;
	color: #000088;
}

a:visited {
	font-size: 10pt;
	color: #0000FF;
}

a:hover {
	font-size: 10pt;
	color: #C1A662;
}

a.downloadLink:link {
	font-size: 10pt; 
	font-weight: bold; 
	color: #7493BE;
}

a.downloadLink:hover {
	font-size: 10pt; 
	font-weight: bold; 
	color: #C1A662;
}

a.photoCaption {
	font-size: 9pt;
	font-weight: bold;
	line-height: 16px;
	color: #ABA981;
}

.downloadLink {
	font-size: 10pt; 
	font-weight: bold; 
	color: #7493BE;
}

.bold {
	font-weight: bold;
	color: #333333;
}
