.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.PageLayout {
	background-color: #333333;
}
.MainHeadingL1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
}
.MainHeadingL2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.TableBorder {
	border: thin solid #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 1px;	
	border-bottom-style: solid;	
	border-left-style: solid;	
	border-bottom-color: #CCCCCC;	
	border-left-color: #CCCCCC;	
	background: #000000;
}
