body
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
}

a
{
color: black;
font-family: Tahoma, Arial, Verdana;
font-weight: 300;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	padding-left: 5px;
	font-weight: 700;
	font-size: 12pt;
	margin-bottom: 15px;
	width: 250px;
	color: white;
	font-family: Tahoma, Arial, Verdana;
	background-color: #004b00;
}

.pagetitle
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 16pt;
	font-weight: 500;
	padding-bottom: 18px;
}

.content
{
	font-family: tahome, Arial, Verdana;
	font-size: 12pt;
	font-weight: 500;
	width: 450px;
}

.lbl
{
	text-align: right;
}

table
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12pt;
}

.tbl_border
{
	border-right: #004b00 thin solid;
	border-top: #004b00 thin solid;
	font-size: 12pt;
	border-left: #004b00 thin solid;
	border-bottom: #004b00 thin solid;
	font-family: Tahoma, Arial, Verdana;
}

.tbl_header
{
	font-weight: 600;
	font-size: 10pt;
	border-bottom: #004b00 1px solid;
	font-family: Tahoma, Arial, Verdana;
	background-color: #004b00;
}

.txtbx
{
	border: solid 1px black;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	font-weight: 500;
}

.btn
{
	background-color: #e0e0e0;
	border: solid 1px navy;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 10pt;
	font-weight: 700;
}