body {
  font-family: "Times New Roman";
  font-size: 16px;
	background-color: #3333CC;
	padding: 0in;
  margin: 0px;
}

body.black {
  font-family: "Times New Roman";
  font-size: 16px;
	background-color: #000000; 
	padding: 0in;
  margin: 0px;
}

.left {
	text-align: left;
}     

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

a:link {
  color: #FFFF00;
  text-decoration: none;
}

a:visited {
  color: #FFFF00;
  text-decoration: none;
}

a:active {
  color: #FF0000;
  text-decoration: none;
}

a:hover {
	color: #99CCFF;
  text-decoration: underline;
}

a.right:hover {  
	color: #3333CC;
	text-decoration: underline;
}

p {
	font-style: normal;
	font-weight: normal;
}

p.title {
	font-size: 32px;
}

p.body {
	font-size: 20px; 
	margin-left: 30px;
	margin-right: 30px;
}

p.menu {
	font-size: 16px;
  	background-color: #000000; //black background
}

p.menuoff {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #FF8800;
}

p.month {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;   
}

table {
	font: bold;
	font-size: 8pt;
 	background-color: #000000; //black background
 	color: #99CCFF; //powder blue
}

td.header {
	font-size: 10pt;
}

table.left {
  margin-top: .25in;
  margin-bottom: .25in;
  margin-left: .25in;
  margin-right: .25in;
}

td.menu {
	background-color: #000000; //#3333CC;
	text-align: left;
}

td.home {
	background-color: #000000; //99CCFF;
	color: #99CCFF; //#000000;
}  
	
td.body {
	background-color: #000000; //99CCFF;
	color: #99CCFF; //#000000;
	text-align: justify;
}

td.footer {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-style: normal;
	font-weight: normal;
	font-size: 9px; 
	background-color: #000000; //99CCFF; 
	color: #444444;
}

div.calendar {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;   
	margin-left: 70px;
	margin-right: 30px;
}	                   

div.listtitle {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	margin-left: -30;
}  

div.camptitle {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #99CCFF; // 000000;
}

div.footer {
	background-color: #000000; //99CCFF; 
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-style: normal;
	font-weight: normal;
	font-size: 9px; 
	color: #444444;
}

div.rightfooter {
	background-color: #000000; //99CCFF; 
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-style: normal;
	font-weight: normal;
	font-size: 9px; 
	color: #444444;
	float: right;
}

img.floatleft {
	float: left;
}

img.floatright {
	margin-left: 20px;
	margin-right: 20px;
	float: right; 
}