body	{
    overflow:scroll;
    overflow:-moz-scrollbars-vertical;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a:link	{
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

a.leftnav:link	{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.leftnav:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.leftnav:active {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.leftnav:hover {
	color: #000000;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}

a.footercopyrightlink:link {
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #b5dbaf;
font-size: 9px;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
}

a.footercopyrightlink:visited {
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #b5dbaf;
font-size: 9px;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
}

a.footercopyrightlink:active {
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #b5dbaf;
font-size: 9px;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
}

a.footercopyrightlink:hover {
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #b5dbaf;
font-size: 9px;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
}

td, tr, table {
	font-weight: normal;
	font-size:12px;
    letter-spacing: 0px;
	}
	
input, select, option, textarea	{
	background-color: #ffffff;
    border-top: 1px solid #DFDFDF;
	border-bottom : 1px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
	border-left : 1px solid #DFDFDF;
}


