body, th, td, p {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

a {
	text-decoration: underline;
	color:#427B3A
}
a:hover {
	text-decoration: none;
	color:#000000
}.border {
	border: 1px solid #F0E5CC;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
}
.bottomGreen {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BBD91;
}
