body {
	background-color: #ffffff;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

a:link {
	text-decoration: none;
	color: #439401;
}
a:visited {
	text-decoration: none;
	color: #439401;
}
a:hover {
	text-decoration: underline;
	color: #04356c;
}
a:active {
	text-decoration: none;
	color: #439401;
}

.generaltext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#04356c
}

.subtextbold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#013300
}


.generaltextbold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#013300
}

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #013300
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: b7b7b7;
	border-collapse: collapse;
	background-color: white;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 370px;
	height: 200;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	top: -10px;
	left: 0px;
}
