.text, .textthin, .textmiddle, .textsmall, .textlarge, 
.textwhite, .textwhitesmall, .textred, .pagetitle, .heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	}


.text           { font-size: 0.8em; line-height: 140%; }
.textthin       { font-size: 0.8em; line-height: 110%; }
.textsmall      { font-size: 0.7em; line-height: 130%; }
.textmiddle     { font-size: 0.75em; line-height: 130%; }
.textlarge      { font-size: 0.9em; line-height: 150%; }
.textwhite      { font-size: 0.8em; line-height: 140%; color: #FFFFFF; }
.textwhitesmall { font-size: 0.7em; line-height: 130%; color: #FFFFFF; }
.textred        { font-size: 0.8em; line-height: 140%; color: #FF0000; }
.textgreen      { font-size: 1.0em; line-height: 140%; color:#026C42; }

.heading        { font-size: 1.2em; line-height: 140%; font-weight: bold; color:#026C42; } 
.pagetitle      { font-size: 1.3em; line-height: 140%; font-weight: bold; color:#026C42; } 

h1 { font-size: 1.45em; line-height: 150%; font-weight: bold; color:#026C42; } 
h2 { font-size: 1.3em; line-height: 140%; font-weight: bold; color:#026C42; } 
h3 { font-size: 1.2em; line-height: 140%; font-weight: bold; color:#026C42; } 
h4 { font-size: 1.1em; line-height: 140%; font-weight: bold; color:#026C42; } 
h5 { font-size: 1.0em; line-height: 130%; font-weight: bold; color:#026C42; } 
h6 { font-size: 0.9em; line-height: 130%; font-weight: bold; color:#026C42; } 

a         { color:#DD8500; text-decoration:none; font-weight:normal} 
a:hover   { color:#A4C1FF; text-decoration:none; font-weight:normal}

form     { margin:0px; padding:0px; }
select   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #666666} 
input    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #666666} 
options  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #666666} 
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #666666}

hr {
	font-size: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8AECE;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}

img.zimageright { margin-left: 24px; margin-right: 0px;  margin-top: 0px; margin-bottom: 22px; }
img.zimageleft  { margin-left: 0px;  margin-right: 24px; margin-top: 0px; margin-bottom: 22px; }
	
.hide {
	display:none;
	}
.bold {
	font-weight:bold;
	}
.clear {
	clear:both;
	display: block
	}
.floatright {
	float:right;
	}	
.floatleft {
	float:left;
	}
