body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
}
.header{
	display:none;
	}
#menu{
	display:none;
	}
.footer {
	display:none;
	}
.nodisplay{
	display:none;
	}
.subhead{
	font-size: medium;
	color: #666666;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
