body {
	background-image: url(../Graphics/Interface/PageBackground.gif);
	margin: 0px;
}
.MenuPopUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #385379;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: bold;

}
.PlainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCDCEE;
	padding-top: 10px;
	padding-left: 20px;
}
.BoldText {
	font-weight: bold;
}
.SectionHeading {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.ParagraphHeading {
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #CCDCEE;
}
a:visited {
	color: #CCDCEE;
}
a:hover {
	color: #CCDCEE;
}
a:active {
	color: #CCDCEE;
}
