

body {
	font-family: Arial, Helvetica, sans-serif;
}


#contentMain {
	background-color: #ffffff;
}

.pageBorder {
	border-collapse: collapse;
}

.highlightBox {
	background-color: #BBD8E8;
	width: 200;
	padding: 6 6 6 6;
	margin-left: 30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
table.highlight {
	border: 1px solid #000;
	border-collapse: collapse;
	width: 175;
	}
th.highlight {
	color: #ffffff;
	background-color: #E30D08;
	font-weight: bold;
	font-size: 12pt;
	padding-top: 6px;
	padding-bottom: 6px;
	}
quoteHeader {
	
	background-color: #E30D08;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;

	}
p.highlightHeader {
	color: #ffffff;
	background-color: #E30D08;
	font-weight: bold;
	font-size: 12pt;
	padding: 16px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	}
td.highlight {
	background-color: #BBD8E8;
		border: 1px solid #000;
	border-collapse: collapse;
	}
p.highlight {
	background-color: #BBD8E8;
	padding: 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	}

.callout {
	background-color: #D3EFFD;
	width: 250;
	padding: 6 6 6 6;
	margin-left: 30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p, li {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}


.audiolist {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}



dt {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	
}

dd {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	margin-left: 20px;

}

p {
	line-height: px;
	}

.quotes
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.intro
{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #332B18;
	text-align: left;
	line-height: 20px;
	padding-left: 4pt;
	padding-right: 6pt;
}
 
h4 {
	font-size: 14pt;
	font-weight: normal;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

.footerText {
	font-size: 8pt;
}

.small {
	font-size: 8pt;
	font-family: verdana;
}

table.form {
	border-collapse: collapse;
	}
	
.formTable {
	font-size: 10pt;
	vertical-align : top;
}
hr.divider {
	background-color: #336;
	color: #336;
}

table.nav {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 642px;
	}
td.current {
	background-color: #d3effd;
	font: bold 10pt Verdana, sans-serif;
	color: #000;
	border-right: 1px solid #000;
	text-align: center;
	padding: 6px;
	}
td.nav {
	background-color: #ddd;
	font: bold 10pt Verdana, sans-serif;
	color: #369;
	border-right: 1px solid #000;
	text-align: center;
	padding: 6px;
	}

.navBar {
	font-size: 10pt;
	font-family: verdana;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
	width: 350px;
	text-align: center;
	margin: 0 auto 0 auto;
}	
	
A:link {
	color:#369;
	text-decoration: none;

}

A:visited {
	color:#369;
	text-decoration: none;
}

A:link:hover, a:visited:hover {
	text-decoration: underline;
}

A:link:active, a:visited:active {
	text-decoration: none;
}

/* box styles
------------------------------------------------------- */
.box1 { background-color: #E30D08; float: right; border: 2px solid #000; padding: 4px; margin: 0px 12px 12px 12px; }
.box2 { padding: 8px; background-color: #CBE0EB; }
.box3 { padding: 8px; background-color: #fff; height: 100%;}
.box1 h4 { color: #003D64; margin: 4px; }
.box1 p { margin: 0 8px 4px 4px; font-size: .8em; }
.box1 a:link { color: #4E6E8B;  font-weight: bold; text-decoration: none; }
.box1 a:hover { text-decoration: underline; }

/* button style
------------------------------------------------------- */

.buttonCloseRoll {
	font-size: 1em;
	color: #fff;
	background-color: #1F2A78;
	border-width: 1px;
	border-style: outset;
	border-bottom-color: ButtonShadow;
	border-right-color: ButtonShadow;
	border-top-color: ButtonHighlight;
	border-left-color: ButtonHighlight;
	}
.buttonClose {
	font-size: 1em;
	color: #000;
	background-color: #BBD8E8;
	border-width: 1px;
	border-style: outset;
	border-bottom-color: ButtonShadow;
	border-right-color: ButtonShadow;
	border-top-color: ButtonHighlight;
	border-left-color: ButtonHighlight;
	}