/* body margins */
body {
	margin-left: 8px;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* top nav bar - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* top nav bar - root level; box properties for states: normal */
.TM0o0 {
	background: #7FC41C;
	border: 0px solid #669900;
	padding: 0px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* top nav bar - root level; box properties for states: hover, click */
.TM0o1 {
	background: #669900;
	border: 0px solid #669900;
	padding: 0px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* top nav bar - sub levels; text properties for states: normal, hover, click */
.TM1i0 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* top nav bar - sub levels; box properties for states: normal */
.TM1o0 {
	background: #669900;
	border: 0px solid #669900;
	padding: 0px;
	TEXT-INDENT: 20px;
	padding-top: 2px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* top nav bar - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #7FC41C;
	border: 0px solid #669900;
	padding: 0px;
	TEXT-INDENT: 20px;
	padding-top: 2px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Pseudo-Class Selectors - for All Pages */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Left Navigation Menu Styles*/

a.custom2:link {
	font-weight: bold;
	color: #669933;
	text-decoration: none;
}
a.custom2:hover {
	font-weight: bold;
	color: #669933;
	text-decoration: underline;
}
a.custom2:visited {
	font-weight: bold;
	color: #669933;
}
.left_navbut_title {
	font-size: 18px;
	font-weight: bold;
	color: #669900;
	text-indent: 15px;
}
.left_navbut_top {
	font-weight: bold;
	color: #669933;
	text-indent: 15px;
	border-bottom-style: solid;
	border-color: #666666;
	border-top-style: solid;
	border-width: 1px;
}
.left_navbutton {
	color: #669933;
	text-indent: 15px;
	border-bottom-style: solid;
	border-color: #666666;
	border-width: 1px;
	font-weight: bold;
}

/* Text Styles */
.text_heading_1 {
	font-size: 18px;
	color: #7FC41C;
	font-weight: bold;
}
.text_heading_2 {
	font-size: 16px;
	font-weight: bold;
	color: #7FC41C;
	font-style: normal;
	text-align: left;
}
/* Text Content Styles */
/* (with underline) */
.text_contents:link {
	color: #666666;
	text-decoration: underline;
}
.text_contents:visited {
	color: #666666;
	text-decoration: underline;
}
/* (without underline) */
a.contents:link {
	color: #666666;
	text-decoration: none;
}
a.contents:hover {
	color: #666666;
	text-decoration: underline;
}
.text_contents {
	text-align: left;
	color: #666666;
}

/* Footnote Styles */
.footnote_font {
	font-size: 9px;
	color: #666666;
}

a.footnote:link {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
a.footnote:visited {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
/* bottom nav styles - excluding home page */

.bott_nav_font {
	color: #FFFFFF;
}

a.bott_nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.bott_nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.bott_nav:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.newsbox:link {
	color: #FFFFFF;
}
a.newsbox:visited {
	color: #FFFFFF;
}
.border_color {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

