BODY, TD, TH, SELECT, INPUT, TEXTAREA {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #065F81;
}

A {
	color: #0D8435;
}

A:hover {
	color: #84E878;
}

.bg_blue_1 {
	background-color: #4ECBE7;
}

.bg_blue_2 {
	background-color: #2BB5D2;
}

.bg_blue_3 {
	background-color: #ECF4F7;
}

.bg_gray_1 {
	background-color: #A3B9BE;
}

.bg_gray_2 {
	background-color: #CFD7DA;
}

.bg_gray_3 {
	background-color: #E4E8EB;
}

.bg_gray_4 {
	background-color: #A5B8BE;
}

.bg_gray_5 {
	background-color: #ECF3F9;
}

.title TD {
	background-color: #0D8435;
	color: white;
}

.more TD {
	background-color: #C1E9F1;
	font-weight: bold;
}

.more A {
	color: #065F81;
	text-decoration: none;
	display: block;
}

.more A:hover {
	color: #0D8435;
}

.copy {
	font-size: 10px;
}

.content {
	/*padding: 10px;*/
}

.content UL {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

.content H1 {
	font-size: 15px;
}

.content H2 {
	font-size: 13px;
}

.content LI {
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 20px;
}

.menu TD {
	text-align: center;
}

.menu A {
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.menu A:hover {
	/*background-color: #92D7E7;*/
	color: #10642C;
}

.menu A.current {
	background-color: #92D7E7;
	color: #10642C;
}

H1.top {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #10642C;
	padding-left: 36px;
}

P {
	margin:0px;
	padding:5px 0px 5px 0px;
	text-align:justify;
}