@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.taglinetext {
	font-size: 24pt;
	color: #900;
}
.regularbodytext {
	font-size: 16pt;
}
.maroonbodytext {
	font-size: 16pt;
	color: #900;
}
.divindented {
	margin-left: 50px;	
}
.divmargined {
	margin-left: 100px;
	margin-right: 100px;
	border-width: 0px;
}
.divleftalign {
	text-align: left;
}
.divcentertext {
	text-align: center;
}
.hiddentext {
	display:none;
}
.visibletext {
	display:;
}