body {
	background-color: #666666;
}
a:link {
	color: #3a8d95;
}
a:visited {
	color: #3a8d95;
}
a:hover {
	color: #999999;
}

#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#title {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 98px;
	width: 950px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: none;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3a8d95;
	margin-left:10px;
	margin-right:10px;
}
P{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left:10px;
	margin-right:10px;
	text-align: justify;
	}
