
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 14px;
	text-align: justify;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
}

li {
	list-style-image: url(images/bullet.jpg);
	font-size: 14px;
	text-align:left;
}
A:link {
	color: #0084AA;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}

A:visited {
	color: #0084AA;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}

A:active {
	color: #CC0000;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}

A:hover {
	color:#000000;
	text-decoration: underline;
	font-size: 14px;
	font-weight:bold;
}

label:hover {
	color: #0084AA;
}

H1 {
	font-size: 16px;
	color: #000000;}
H2 {
	font-size: 18px; font-weight: bold;
	color: #000000;}
H3 {
	font-size: 20px;
	color: #000000;}
	
TD.smaller {
	font-size: 12px;
}

P.smaller {
	font-size: 12px;
}

HR {
	color : #cc9933;
	height : 1px;
}
.mcshadedheading
{
	color: #000000; 
	FONT-WEIGHT: bold;
	background-color: #E5E5E5
}
.mcheading
{
   font-weight: bold;
   font-size: 12px;
   line-height: normal;
   text-decoration: none;
}
th {
   font-size: 14px;
   line-height: normal;
   text-decoration: bold;
	color:white;
	background-color:#0084AA
}