/* tempurature test class */
.temp-cell {
	background-color: #5E7358;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}


body {
	background-color: #5E7358;
	background-image: url(images/06_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
p, td, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E7358;
	text-decoration: underline;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A0AD9D;
	text-decoration: underline;
}
h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #5E7358;
	font-weight: normal;
	line-height: .9;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5E7358;
	font-weight: bold;
	line-height: 0;
}
.navbarcells {
	padding: 4px 2px 4px 5px;
	border-bottom:  1px solid #000;
}
.navbarheads {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	padding: 10px 2px 0px 3px;
	border-bottom:  1px solid #000;
}
.navtbl {
	background-image: url(images/06_nav_topbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.navlink, a.navlink, a.navlink:link, a.navlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.navlink:hover, a.navlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E7358;
	font-weight: bold;
	text-decoration: none;
}
.contenttbl {
	padding: 0px 10px 10px 10px;
	border-bottom:  1px solid #000;
}
.smalltext {
	font-size: 10px;
}
