A:link	{
	color: #6A7E70;
	text-decoration: underline;
	}
A:visited	{
	color: #83988A;
	text-decoration: underline;
	}
A:hover	{
	color: #6A7E70;
	text-decoration: underline;
	}
A:active	{
	color: #6A7E70;
	text-decoration: underline;
	}
A	{
	color: #6A7E70;
	text-decoration: underline;
	}
BODY	{
	background-color: #FFFFFF;
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, 'sans serif';
	zfont-weight: bold;
	}
H1	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, 'sans serif';
	padding-left: 5%;
	font-size: 120%;
	}
TD, P	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, 'sans serif';
	font-size: 16px;
	}
.green	{
	background-image: url(images/back.jpg);
	background-position: center top;
	background-color: #1B573B;
	border: solid 1px #000000;
	}
.grey	{
	background-color: #E5E5E5;
	border: solid 1px #1B573B;
	}
.justify	{
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
	}
.negative	{
	background-color: #000000;
	background-image: url(images/negative.gif);
	background-repeat: x-repeat;
	background-position: center center;
        text-align:center;
	}
.orange	{
	color: #FFBA6F;
	}
.white	{
	background-color: #FFFFFF;
	border: solid 1px #1B573B;
	}
.std	{
	margin-bottom: 0px;
	}
.top	{
	margin-top: 0px;
	}
