	@charset "utf-8";
	.left_green {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECC95E;
	}
	.right_green {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECC95E;
	}
	.left_greent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECC95E;
	}
	.bottom_green {
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #AACA27;
	}
	.dotted_vert {
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
	}
	.dotted_bottom {
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		border-bottom-width: 1px;
	}
	.dotted_right {
		border-right-style: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: none;
		border-left-style: dotted;
		border-left-color: #CCCCCC;
	}
.orange_bot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4E0A5;
}
.orange_right {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #F4E0A5;
}
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #F4E0A5;
}
.style2 {color: #7D961D}
a {
	font-size: 13px;
	color: #E4B627;
	}

.link {
	border: 1px solid #004080;
}
