a {
	text-decoration:none;
	color: #f60;
}
a:hover {
	text-decoration:none;
	color: #f90;
}

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #343434;
	font-style: normal;
	font-size: 1em;
	line-height: normal;
	width: auto;
}

h1 { font-size: 110%; color: #267b44; }
h2 { font-size: 100%; color: #267b44; background-color: #f4f4f4; }
h3 { font-size: 95%; color: #267b44; padding: 0; margin:0; border-bottom: 1px dotted #ccc; }
h4 { color: #666; font-weight: bold; font-size: 100%; margin: 0; padding: 0; }

p {
	font-size: 80%;
	line-height: 120%;
}

hr {
	border: 1;
	height: 1px;
	border-color:gray;
}

#freeformattable{
	text-align: justify;
	border-spacing: 5px;
}

#freeformattable td{
	vertical-align:top;
	text-align: justify;
	font-size: 80%;
	line-height: 120%;
}

#freeformattable .centeredtd{
	vertical-align:top;
	text-align: center;
	font-size: 80%;
	line-height: 120%;
}

#maintable{
	table-layout: auto;
	text-align: justify;
	align: center;
	width: 1000px;
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
	border-spacing: 5px;
	border-color:gray;
	border-style:solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;

}

#maintable td{
	vertical-align:top;
	text-align: justify;
	font-size: 80%;
	line-height: 120%;
}

#navtable{
	align: center;
	width: 1000px;
	text-align: center;
	font-size: 80%;
	line-height: 115%;
	background-color: #4c9265;
	color: #fff;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-color:gray;
	border-style:solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
}

#navtable a{
  display: block;
  width: 126px;
  padding: 2px 0 2px 6px;
  font-weight: normal;
  background-color: #4c9265;
  color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}

#navtable a:hover{
  background-color: #f90;
  color: #fff;
  margin-top: 0px;
}

.imblogotd {
	width: 200px;
	text-align: left;
}

