/****************************************************************/
/* HTML tag styles - Over rule the dflt behavior of an html tag */
/*    Effective EVERY time the tag is used, can't be overridden */
/****************************************************************/ 

a:link, a:visited, a:hover {
	color: #6D8E5B;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #398096;
}
/* overrides decoration from previous rule for hovered links */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #398096;
	line-height: 175%;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 150%;
	color: #398096;
	line-height: 175%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
/**************************************************/
/* HTML Class styles - Applied in class attribute */
/*    Supplements tag style- can't override       */
/**************************************************/ 

.body_text_td {
	padding-right: 75px;
}
.top_nav_separator {
	color: #6D8E5B;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 4px;
	padding-left: 4px;
}
.copyright_text_td {
	padding-right: 75px;
	font-size: 9px;
}
.top_nav_a {
	font-size: 10px;
}
.body_nav_small_a {
	font-size: 10px;
}
.body_nav_a {
	font-size: 12px;
}
.body_text_bold {
	font-weight: bold;
}
.body_text_bold_italic {
	font-style: italic;
	font-weight: bold;
}
.body_faq_question_text_alt_color {
	color: #6D8E5B;
}
.p_left_margin {
	padding-left: 15px;
	margin-left: 15px;
}
