@media screen {
	BODY, P, TABLE, TH, TD {
		color: #000000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-bottom: 0px;
		font-size: 11px;
	}
	BODY {
		background-color: #FFFFFF;
	}
	HR {
		color: #00639C;
	}
	H1 {
	    color: #336633;
		font-size: 18px;
		font-weight : bold;
		text-transform: uppercase;
		text-decoration : none;
		margin-bottom : 0%;
	}
	H2 {
		color: #996600;
		font-size: 14px;
		font-weight : bold;
		text-transform: uppercase;
		text-decoration : none;
		margin-bottom : 0%;
	}
	H3 {
		font-size : 12px;
		font-weight : bold;
		margin-bottom : 0%;
	}
	H4 {
		font-size : 100%;
		margin-bottom : 0%;
	}
	H5 {
		font-size : 100%;
		margin-bottom : 0%;
	}
	H6 {
		font-size : 100%;
		margin-bottom : 0%;
	}
	A:active {
	    color: #336633;
	}
	A:link {
	    color: #336633;
		font-weight : bold;
	}
	A:visited {
	    color: #996600;
		font-weight : bold;
	}
	.errortxt {
		color: #CC0033;
		font-weight : bold;
	}
}