BODY {
	background-color : #003300;
}
table{
	background-color : White;
}
p{
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size : 12px;
	text-align : justify;
}
p.center{
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size : 12px;
	text-align : center;
}
p.normal{
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size : 12px;
	text-align : left;
}
p.blue{
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 12px;
	text-align: justify;
	color: Navy;
}

td.pad{
	padding-right : 8px;
	padding-left : 8px;
	padding-top: 8px;
	padding-bottom : 8px;
}
div.color {
		background: green;
		padding: 0.25em;
		border: thin solid;
		color: White;
		width: 250px;
		text-align: center;
		border-color: Black;
	}
ul.normal{
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size : 12px;
}
A:LINK{
	color : Maroon;
	font-size : 14px;
}

A:VISITED{
	color : Purple;
	font-size : 14px;
}

A:HOVER{
		color : green ;
		font-size : 14px;
}
td.footer {
	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
	color: black;
	margin-bottom: 5px;
	font-weight : normal;
}
h1{
	color: blue;
}
h2{
	color: black;
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size : 16px;
}
h3{
	color: blue;
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size : 16px;
}
li{
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size : 12px;
}