A:LINK {
	text-decoration : none;
	color : Green;
}
A:HOVER {
	text-decoration : none;
	color : Red;
}
A:ACTIVE {
	text-decoration : none;
	color : Green;
}
A:VISITED {
	text-decoration : none;
	color : Olive;
}
H3 {
	font-family:tahoma;
	font-size:14;
	height:30;
	line-height:180%;
	text-align : center;
	font-weight:600;
	
	color : black;
	text-align : center;
	
	margin-left : 200px;
	margin-right : 200px;
	background-position : center;
	background-repeat : no-repeat;
	clear : both;
	border-color : Black Black Black Black;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}
H4 {
	
	color : Black;
	font-family:tahoma;
	font-size:12;
	height:30;
	line-height:180%;
	text-align : center;
	
	margin-left : 150px;
	margin-right : 150px;
	background-position : center;
	background-repeat : no-repeat;
	clear : both;
	border-color : #ff6600 #ff6600 #ff6600 #ff6600;
}


P {
	color : Black;
	font-size : 10pt;
	margin-left : 40px;
	margin-right : 30px;
	text-align : justify;
	line-height : 20px;
	text-indent : 20px;
	font-family: Tahoma;
}

BODY {
	border: thin solid Black;
	border-bottom : thin;
	border-color : Black White White Black;
}



