/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, sans-serif;
	color: #CCCCCC;
	font-size: 10pt  ! important;
	font-weight: bold  ! important;
	text-align: left;
}

.small {
	font-family: "Verdana", Arial, sans-serif;
	color: #CCCCCC;
	font-size: 8pt  ! important;
	text-align: left;
}

.heading {
	font-family: "Verdana", Arial, sans-serif;
	color: #CCCCCC;
	font-size: 10pt  ! important;
	font-weight: bold;
	text-align: left;
}

#p7TMctrl a:link {
	color: #CCCCCC;
}
#p7TMctrl a:visited {
	color: #CCCCCC;
}
#p7TMctrl a:hover {
	color: #FF9900;
}
a {color:#CCCCCC;
}