/* CSS Document */

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#949295;
	line-height: 22px;
}

a.nav {
	text-decoration:none;
	padding-left: 18px;
}

a.nav:hover, a.nav:active {
	background-color: #a9a9a9;
	display: block;
}

.green_outline_left_cell {
	
	border-left-color: #d4e2c4;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #d4e2c4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.green_outline_right_cell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#d4e2c4;
	border-bottom-color: #d4e2c4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.dashed_line_left {
	border-left-width: 1px;
	border-left-style:dashed;
	border-left-color:#b1afb2;
}

.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

a.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2a89b5;
	text-decoration:none;
}

a.bodycopy:hover, a.bodycopy:active {
	color:#98b683;
	text-decoration:underline;
}

body {
	margin-top: 0px;
	}

.section_title {
	font-family:Arial, Helvetica, sans-serif;
	color: #98b683;
	font-size: 22px;
}

.white {
	color:#FFFFFF;
}

.red {
	color:#FF0000;
}

input, textarea, select {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 14px;
}
