.body {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; color: #666666; 
line-height: 150%
}

.bodyGreen { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; color: #90B306; 
font-weight: bold
}

.bodyBold { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; color: #000000; 
font-weight: bold 
}

.footer {  
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-weight: bold; 
color: #FFFFFF; 
text-decoration: none
}

a.linkfooter:active {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF ; font-weight: bold; text-decoration: none}
a.linkfooter:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #DFFB77 ; font-weight: bold; text-decoration: none}
a.linkfooter:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 ; font-weight: bold; text-decoration: none}
a.linkfooter:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF ; font-weight: bold; text-decoration: none}
a.linkfootertext:active {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF ; font-weight: bold; text-decoration: none}
a.linkfootertext:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999 ; font-weight: bold; text-decoration: none}
a.linkfootertext:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 ; font-weight: bold; text-decoration: none}
a.linkfootertext:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #DFFB77 ; font-weight: bold; text-decoration: none}

a.bodylink:active {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #698304 ; 
font-weight: bold; 
text-decoration: none }

a.bodylink:link {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #698304 ; 
font-weight: bold; 
text-decoration: none }

a.bodylink:visited {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #698304 ; 
font-weight: bold; 
text-decoration: none}

a.bodylink:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #698304 ; 
font-weight: bold; 
text-decoration: underline}

.footerBold {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration: none
}

.Title {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #90B306;
font-weight: bold
}
.BigTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 40px;
color: #90B306;
font-weight: bold
}
p {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; color: #000000; 
line-height: 150%
}
.superscript { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; line-height: 150% ; top: 5px; clip:   rect(   ); vertical-align: super}
.footerGreen { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #90B306; text-decoration: none }

<!-- Highslide -->

<style type="text/css">
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px #90b306;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
	border: 5px solid #90b306;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/*2-columns*/
div.box {margin: 0 auto; text-align: left; /* reverse IE centering hack */ } 
div.floatleft {
float: left; 
width: 45%;
border: 0px dashed;
margin: 5px;
padding: 5px;
} 
div.floatright {
float: right;
width: 45%;
border: 0px dashed;
margin: 5px;
padding: 5px;
} 
div.boxdashed {
float: left; 
width: 60%;
background-color: #f0f3bc;
border: 2px dashed #90B306;
margin: 5px;
padding: 20px;
}
div.boxdashedsmall {
float: left; 
width: 300px;
text-align: center;
background-color: #f0f3bc;
border: 2px dashed #90B306;
margin: 5px;
padding: 10px;
} 
div.preshow {
display: block;
width: 100%;
} 
div.preshow img{
margin-top : -5px;
}