
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #4a932b;
	font-weight: bold;
}
#text_top {
	width: 600px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
#text_top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #4a932b;
}
#text_left {
	width: 160px;
	height: 256px;
	position: absolute;
	left: 0px;
	top: 80px;
	font-size: medium;
	text-align: center;
	line-height: 50px;
	padding: 20px;
	}
#text_left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #4a932b;
}
#centre {
	position: absolute;
	left: 200px;
	top: 80px;
	height: 256px;
	width: 200px;
}
#text_right {
	width: 200px;
	height: 256px;
	position: absolute;
	left: 400px;
	top: 80px;
	font-size: medium;
	text-align: center;
	line-height: 50px;
	padding-top: 20px;
	}
#text_right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #4a932b;
}
#text_bottom{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 360px;
}



