body, p, td, li, ul, ol {
	font-family: helvetica, arial, "sans serif";
	font-size: 12px;
}
a:link {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #333333;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #565555;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #7D7DA5;
}
a:active {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #CECECE;
}

#navtable {
	background-position:center;
	font-family: helvetica, arial, "sans serif";
	font-size: 12px;
	}
	
/* Headers */
/* h1 is for page titles */
h1	{
	font-size: 18px;
	font-family: helvetica, arial, "sans serif";
	font-weight: bold;
	color: #333333;
}
/* h2 is for header under top of page */
h2  {
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}
/* h3 is bold middle grey font */
h3	{
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: normal;
	color: #565656;
}
/* h4 is for normal middle grey font */
h4  {
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: normal;
	color: #8B8A88;
	}
/* h5 is for header lighter grey, smaller body text font */
h5  {
	font-family: helvetica, arial, "sans serif";
	font-size: 12px;
	font-weight: normal;
	color: #000;
	}
/* h6 is very small font for bottom copyright block */
h6	{
	font-family: helvetica, arial, "sans serif";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.tablecell {
	border:solid #00CC33;
	border-width:thick;
	}