/* These are the main simple styles */
/* These should be the same as the styles in style.css */
.TopHeading,h1 {
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
	float: bottom;
	margin-bottom: 10px;
}
.Subheading,h2{
	font-size:12px;
	padding-top: 10px;
	font-weight:bold;
	color:#000000;
	float: bottom;
	margin-bottom: 10px;
}

.Bodytext,p,td {
	float: bottom;
	font-size:12px;
}


