@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	text-align: left;
	width: 580px;
}

a:link {
	color:#005c00;
}

a:visited {
	color:#005c00;
}

a:hover {
	color:#005c00;
}

a:active {
	color:#005c00;
}

.clearfix:after {
	content:".";
	display:block;
	height:1px;
	clear: both;
	visibility:hidden;
}
* html .clearfix { height:1%; }

.warning {
	font-weight: bold !important;
	color: #F00 !important;
}
.fakelink {
	text-decoration: underline;
	cursor: pointer;
}

