/*CSS document*/

p {
	font-family: Verdana, sans-serif;
	font-size:11px;
	color: #f9a72e;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	line-height: 17px;
}
.centered {
	text-align: center;
}
.table{
	text-align: center;
	font-size:10px;
	color: #FFFFFF;
}
span{
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #ba169b;
	font-size:18px;
	line-height: 19px;
}
ul {
	font-family: Verdana, sans-serif;
	font-size:20px;
	color: #f9a72e;
	margin: 0px 100px 0px 100px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	line-height: 17px;
}
a:link {
	color: #f9a72e;
	text-decoration: none;
}
a:visited {
	color: #f9a72e;
	text-decoration: none;
}
a:hover {
	color: #f9a72e;
	text-decoration: underline;
}