/* do not change the order of pseudo-classes ":" */
/* ### a:link ### */
a:link{
	color: #4e6236;
	text-decoration: none;
	font-weight: bold;
}
a:link.denav {
	color: #FFFFFF;
	text-decoration: none;
}
/* ### ### */
a:active {
	color: #FF0000;
	text-decoration: underline;
}
/* ### a:visited ### */
a:visited {
	color: #4B5154;
	text-decoration: none;
	font-weight: bold;
}
/* remove the folling to allow the dsnav links to turn grey like other links */
a:visited.denav {
	color: #FFFFFF;
	text-decoration: none;
}
/* ### a:hover ### */
a:hover {
	color: #0B0E99;
	text-decoration: none;
}
a:hover.denav {
	color: #FF0000;
}


.debody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.decaption {
	font-size: 8pt;
	color: #333333;
}
.denav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.denavheads {
	font-size: 8pt;
	color: #566337;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.dehilites {
	font-size: 8pt;
	color: #FFFFFF;
}
.deheads {
	font-size: 11.5pt;
	color: #19275d;
	letter-spacing: 0.2em;
}
.decaptionK {
	font-size: 8pt;
	color: #000000;
}
.derightnavhead {
	text-transform: uppercase;
	font-weight: bold;
}
.debodyhead {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.desubheads {
	font-size: 9.5pt;
	font-weight: bold;
	color: ff0000;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.deleftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}