A:link {
	color: #CC0000;
	text-decoration:underline;
	font-weight: bold;
}

A:visited {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

A:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}

body {
	margin-top: 10px;
	background-color: #F7F7EC;
}

TD {
	font-family: Verdana;
	font-size: 12px;
}

P {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.Bold {
	font-weight: bold;
}
.greenbrdr {
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: #02860B;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}

.TableBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}