/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFC;
	text-decoration: none;
	text-align: justify;
}

p.center {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFC;
	text-decoration: none;
	text-align: center;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
	text-align: justify;
}

a:link {
	color: #dfc881;
	text-decoration: none;
}

a:visited {
	color: #dfc881;
	text-decoration: none;
}

a:hover {
	color: #aa9452;
	text-decoration: none;
}

a:active {
	color: #dfc881;
	text-decoration: none;
}
