	/* Text Style */
.Heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #458136;
/*	color: #566BB6;  */
	letter-spacing: 0px;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.Text-Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	font-style: italic;
	text-transform: none;
}
.Text-Link:hover {
	color: #345639;
	text-decoration: none;
}
.Subheading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #566BB6;
	text-decoration: none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
	/* Page Style */
/*	background-repeat: no-repeat; */
/*	background-position: right top;*/
/*	background-image: url("/images/background.gif");*/
body {
	/*background-color: #999999;*/
	background-color: #888888;
}
.content {
	padding: 10px;
	spacing: 0px;
	border: none;
	background: #FFFFFF;
}
.bdr_tl {
	background: url("/images/thinblue_corners.png") no-repeat;
	width: 8px;
}
.bdr_top {
	background: url("/images/thinblue_horizontal.png") 0px 0px;
	height: 8px;
}
.bdr_tr {
	background: url("/images/thinblue_corners.png") no-repeat -42px 0px;
	width: 8px;
}
.bdr_left {
	background: url("/images/thinblue_vertical.png") 0px 0px;
}
.bdr_right {
	background: url("/images/thinblue_vertical.png") -42px 0px;
}
.bdr_bl {
	background: url("/images/thinblue_corners.png") no-repeat 0px -42px;
	width: 8px;
}
.bdr_btm {
	background: url("/images/thinblue_horizontal.png") 0px -42px;
	height: 8px;
}
.bdr_br {
	background: url("/images/thinblue_corners.png") no-repeat -42px -42px;
	width: 8px;
}
