body, div, p, td {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
}

body {
	background: #FFFFFF;
}

hr {
	color: #000000;
	height: 1px;
}
ul {
	list-style: square;
}

li {
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

a:link { color: #006633; }
a:visited {	color: #006633; }
a:hover { color: #CC9900; }
a:active { color: #CC9900;}

a.noline { text-decoration: none; }

h1 {
	font-size: 125%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 1em 0 0;
	color: #006633;
}

h2 {
	font-size: 110%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 2em 0 0;
	color: #000000;
}

h3 {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom: 2em 0 0;
	color: #006633;
}

h4 {
	font-size: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom: 2em 0 0;
	color: #000000;
}

h5 {
	font-size: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom: 2em 0 0;
	color: #006633;
}

h6 {
	font-size: 90%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom: 2em 0 0;
	color: #006633;
}

.blue { color: #006699; }
.darkblue { color: #003366; }
.red { color: #FF0000; }
.yellow { color: #FFCC00; }
.grey { color: #666666; }
.white { color: #FFFFFF; }

.medium { font-size: 13px; }
.large { font-size: 18px; }
.small { font-size: 12px; }
.smaller { font-size: 10px; }
.dropDownSmallText { font-size: 11px; }

.BGblue { background-color: #006699; }
.BGWhite { background-color: #FFFFFF; }

td.footer {
	background-color: #CC9900;
}
a.leftNav:link { 
	color: #000000;
	text-decoration: none;
}
a.leftNav:visited { 
	color: #000000;
	text-decoration: none;
}
p.leftNav {
	text-align: left;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p.leftSubNav {
	text-align: left;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
td.leftNav {
	background-image: url(/images/leftNav/bg.gif);
	background-repeat: repeat-y;
}
td.leftNavBGLight {
	background-image: url(/images/leftNav/bg.gif);
	background-repeat: repeat-y;
}
td.leftNavBGDark {
	background-image: url(/images/leftNav/bg-dark.gif);
	background-repeat: repeat-y;
}
.footerText {
	color: #FFFFFF;
	margin: 4px;
	text-decoration: none;
	font-weight: bold;
}
.indent {
	margin-left: 2em;
	text-align: left;
}
.indentMore {
	margin-left: 4em;
	text-align: left;
}


@media print {

 page { margin: 10%; }

 h1, h2, h3 { page-break-after: avoid; page-break-inside: avoid; }

 blockquote,

 ul, ol, dl { page-break-before: avoid; }

 }



@media aural {

 h1, h2, h3,

 h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90; }

 h2 { pitch: x-low; pitch-range: 80; }

 h3 { pitch: low; pitch-range: 70; }

 h4 { pitch: medium; pitch-range: 60; }

 h5 { pitch: medium; pitch-range: 50; }

 h6 { pitch: medium; pitch-range: 40; }

 li, dt, dd { pitch: medium; richness: 60; }

 dt { stress: 80; }

 b, strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90; }

 i { pitch: medium; pitch-range: 60; stress: 60; richness: 50; }

 u { richness: 0; }

 a:link { voice-family: harry, male; }

 a:visited { voice-family: betty, female; }

 a:active { voice-family: betty, female; pitch-range: 80; pitch: x-high; }

 }

.BGHeader {
	text-decoration: none;
	background-image: url(/images/leftNav/topBG.gif);
	background-repeat: repeat-x;
}


