@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*	font-size: 16px; */
	color: #333333;
	margin: 10px 0 0 0;     /*	drop page down 10px */
}
.bodytext {
	font-size:75%;
}
h1 {
	font-size:100%
}
h2 {
	font-size:87.5%
}
h3 {
	font-size:75%
}
h4 {
	font-size:69%
}
h1,h2,h3,h4,p {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
a img {
	border: none;
}
.color_green {
	color: #336633;
}
.color_blue {
	color: #003366;
}
.color_gray {
	color: #707070;
}
.caption {
	font-size:75%;
	font-weight: bold;
}
.caption_big {
	font-size:87.5%;
	font-weight: bold;
}

.caption_lrg {
	font-size:100%;
	font-weight: bold;
}
.caption_Xlrg {
	font-size:120%;
	font-weight: bold;
}


.snippet {
	font-size:69%;
}
.emphasize {/*style 5*/
	color: #336633;
	font-style: italic;
	font-size: 75%;
}
.emphasize_2 {
	color: #003366;
	font-size: 69%;
	font-style: italic;
}
.quotee {
	font-size:69%;
	color:#333333;
	font-style:italic;
}
.highlight {
	color: #D0432F;
	font-style: italic;/* alone 69% or 11px */
}
/* anchors & links */
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
a:link, a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #336633;
}
.text_gap_lrg {
	line-height: 130%; /* used on Rapid Value to extend line height fix FF underline issue; */
}
.news_stories a, .news_stories a:link, .news_stories a:visited {
	text-decoration: none;
	color: #666666;
}
.news_stories a:hover, .news_stories a:active, .news_stories a:focus {
	text-decoration: underline;
	color: #003366;
}
.spacer1 {
	font-size:69%;
}
.highlight:link, .highlight:visited, .highlight:hover, .highlight:active {
	color: #D0432F;
}
.lowlight .lowlight a, .lowlight a:link, .lowlight a:visited {
	text-decoration: none;
	color: #666666;
}
.lowlight a:hover, .lowlight a:active, .lowlight a:focus {
	text-decoration: underline;
	color: #003366;
}
/* space out classes */
.pad_top {
	margin-top: 10px;
}
.pad_btm {
	margin-bottom: 10px;
}
.pad_left {
	margin-left: 10px;
}
.pad_right {
	margin-right: 10px;
}

.Column_Highlight {
	background-color: #D4E0D3;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 120%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Right_Column td {
	border: thin solid #566633;
	padding: 2px;
}

#Right_Column table {
	border-width: 0px;
	border-collapse: collapse;
}

