
/* Text Styles */

p.main
{
	font-size: 12px;
	line-height: 12pt;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Link Styles */

a.page
{
	color: #897b0c;
	font-weight: bold;
	text-decoration: underline;
}
a.page:hover
{
	color: #ffe306;
	font-weight: bold;
	text-decoration: underline;
}


