@charset "utf-8";
/* CSS Document */

body
{
	background-color:#bbbbbb;
	margin-top:30px;
	
	
}
.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:400;
}

.headingBlue
{
	color:#568be6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:600;
	text-decoration:none;
	
}
.headingGreen
{
	color:#67be32;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:600;
	text-decoration:none;
	
}
.headingOrange
{
	color:#f68517;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:600;
	text-decoration:none;
	
}
.headingPink
{
	color:#ea70f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:600;
	text-decoration:none;
	
}

