body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a {
	color: #FFCC00;
}
a:hover {
	color: #ffffff;
}
.navlinks {
	font-size: 9pt;
	font-style: bolditalic;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;


}
.navlinks:hover {
	font-size: 9pt;
	font-style: bold;
	text-decoration: underline;
	color: #c35e85;
	font-weight: bolder;


}
.bottomlink {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;

}
.bottomlink:hover {
	font-size: 9pt;
	color: #c35e85;
	text-decoration: underline;
	font-weight: bold;

}
p {
	font-size: 12px;
}
li {
	font-size: 12px;
	color: #fff;

}
.title { font-size: 14pt; font-weight: bold; }
