/* CSS Document */
.bodytext{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
}
.bigtext{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		font-weight:bold;
}
.pagetitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#77153f;
	font-weight:bold;
	font-style:italic;
	text-transform: uppercase;		
}
.link{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		font-weight:bold;
}
.footer{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#000000;
}
.footermenu{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFFFFF;
}
.whitebigtext{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#fff;
		font-weight:bold;
}
.whitelink{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;
		font-weight:bold;
}