/* Main Styles that apply to body INCLUDING BG COLOR*/
body {
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #fff;
}


/* body copy */
a {
	color: #008541;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-decoration: none;
}


/* And their hover states too */
a:hover {
	text-decoration: underline;
}


.block {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	padding: 15px;
	text-decoration: none;
	line-height: 22px;
}




/* End of CSS Tabs */
