html { height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, sans-serif;
    color: #354413;
    line-height: 140%;
    font-size: 8pt;
	height: 100%; 
}


.titles {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
    line-height: 80%;
    font-size: 11pt;
	color: #7eae32;
	height: 100%;
	font-weight: bold;
}

.titles_purple {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
    line-height: 80%;
    font-size: 11pt;
	color: #5a3768;
	height: 100%;
	font-weight: bold;
}

.subtitles {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
    line-height: 80%;
    font-size: 9pt;
	color: #7eae32;
	height: 100%;
	font-weight: bold;
}

.quotes {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, sans-serif;
	font-style: italic;
    color: #7eae32;
    line-height: 140%;
    font-size: 8pt;
	height: 100%;

}


.purple {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, sans-serif;
    line-height: 135%;
	color: #7b518d;
	height: 100%;
}

.bullets {
    font-size: 6pt;
}


a.green_link_footer{
color: #657b3a;
text-decoration: none;
font-weight: bold;
font-size: 7pt;
border: none;
}

a.green_link_footer:hover{
color: #7eae32;
text-decoration: none;
font-weight: bold;
font-size: 7pt;
}


a.green_link, input.green_link {
color: #7eae32;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
border: none;
}

input.green_link { padding-left: 0px; margin-left: 0px; background-color:#FFFFFF; cursor:pointer;}

a.green_link:hover, input.green_link:hover{
color: #bad53d;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
}

a.purple_link {
color: #7b518d;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
}

a.purple_link:hover {
color: #b093c8;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
}

#nonFooter { min-height: 100%; background: url('../images/bg.jpg') no-repeat top center; }
* html #nonFooter { height: 100%;}
#content{ padding-bottom: 36px;}
#footer { margin-top: -36px; background: url('../images/bg_footer.gif') repeat-x top left; }

span.footer {
color: #657b3a;
font-family: tahoma, sans-serif;
font-size: 7pt;
}


