body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}


html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
TABLE, TD, TH, D, IV, P, UL, OL, LI, FORM, SPAN, div, pre {
font-family: Helvetica,Arial,sans-serif; 
color: #000; 
font-size: 12pt;
font-weight: normal;
}
  
H1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom:-15px;
}

H2 {
    font-family: Helvetica,Arial,sans-serif; 
	color: #000; 
	font-size: 14pt; 
	font-weight: bold; 
	margin-bottom:-15px; 
}

H3 {
    font-family: Helvetica, Arial, sans-serif; 
	color: #000000; 
	font-size: 14pt; 
	font-weight:bold; 
	margin-bottom:-15px; 
}

.small {font-size: 10pt;}
.caption {font-size: 12pt; font-style: italic;}
.credit {font-size: 8pt;}
.credit-right {font-size: 8pt; text-align:right; float: right;}
.copyright {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

a:link {color: #cc9900;}
a:visited {color: #999999;}
a:hover {color: #cc9900;}

a.goldlink:link {color: #666666; text-decoration:none}
a.goldlink:visited {color: #996600; text-decoration:none}
a.goldlink:hover {color: #996600; text-decoration:underline}


a.graylink:link {display:none;}
a.graylink:visited {display:none;}
a.graylink:hover {display:none;}

/*  use with text link to indicate a page is currently active */
a.active:link, a.active:visited, a.active:hover
{
text-decoration: none;
color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#banner {
	text-align: left;
	margin: 2px auto 0px;
	height: 55px;
	width: 600px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#hungernav {
	display:none;
}

#activitynav {
	display:none;
}

#wrapper {
	display:none;
}

#wrapper2 {
	display:none;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	width: 600px;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px auto 0px;
	padding: 3px;
}
/* gray footer */
	
#footer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #999999;
	border: 1px solid #333333;
	}

