body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: Black;
	margin: 10px auto;
	padding: 0px;
	width: 980px;
}
/* --------------divs----------------- */
.center {
	text-align: center;
}
.centerB {
	text-align: center; font-weight: bold;
}
.wrap {
 	white-space: nowrap;
}
.indent {
	text-indent: 20px;
}
.justify {
	text-align: justify;
}
.sm {
	font-size: 8pt; font-weight: bold; 
	text-align: justify;
	margin-right: 15px; margin-left: 15px;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt; text-align: left;  
	margin-right: 15px; margin-left: 15px;
}

/* ----------------the Hs------------------- */
h1 {
	font-size: 2em;
	font-family: Geogia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 4px;
	margin-top: 2px;
}
h2 {
	font-size: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 4px;
	margin-top: 2px;
}
h3 {
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
}
h1#tag {
	font-size: 1.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 4px;
	margin-top: 2px;
	color: #cc0000;
	font-style: italic;	
}
/* ---------------borders------------------ */
 
 
/* ---------------boxes------------------ */
#colRight {
	float: right;
	max-width: 40%;
	padding: 10px;
}
#colLeft {
	float: left;
	max-width: 40%;
	padding: 10px;
}
/* ------------colors-------------------- */
#red {
	color: #cc0000;
}
#navy {
	color: #070e66;
}
#blue {
	color: #474c87;
}
#gold {
	color: #fcca03;
}
#green {
	color: #137a50;
}
#grey {
	color: #e9e9e9;
}

/* -------------anchors---------------- */
a, a:link, a:visited  {
	text-decoration: none;
	color: Navy;
}
a:hover {
	color: #cc0000;
}
a:active {
	color: Blue;
}
/* ----------------for footers only------- */
a#team, a#team:link, a#team:visited {
	text-decoration: none;
	color: #9999cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; font-weight: bold;
}
a#team:hover {
	color: White;
}
.team {
	float:left;
	width:174px;
	margin:0;
	padding:1em;
	text-align: justify;
	font-family: Arial, "MS Sans Serif", Geneva, sans-serif;
	font-size:8pt; color: #9999cc; font-weight: bold;
}
.copyright {
	text-align: center;
	padding:.1em;
	font-family: Arial, "MS Sans Serif", Geneva, sans-serif;
	font-size:8pt; color: #9999cc; font-weight: bold;
}
.noCharge {
	text-align: center;
	font-family: Arial, "MS Sans Serif", Geneva, sans-serif;
	font-size:8pt; color: #cc0000; font-weight: bold;
}
.endorse {
	width: 176px;
	text-align: center;
	font-family: Arial, "MS Sans Serif", Geneva, sans-serif;
	font-size:7.5pt;
	color: #9999cc;
	font-weight: bold;
	margin: 0;
	padding: 0;
	/* margin-right: 30px; */
}

.endorse img {
	margin: 2px auto;
	padding: 0;
}
/* -------------lists------------------ */


/* -------------special stuff----------------- */
.box {
	max-height: 75%;
	max-width: 75%;
	border: 1px solid Black;
	padding: 2px;
}
table#container {
	border: 2px solid #666666;
	background-image: url(../images/bkgFP.jpg);
	padding: 6px 6px;
}
#today {
	width: 206px;
	height: 183px;
	margin-right: 8px;
	padding: 5px 5px 0 5px;
	background-color: #e9e9e9;
	border: 2px solid #070e66;
	overflow: auto;
}
#todayText {
	padding: .5em;
	text-align: justify;
	color: #070e66;
	line-height: 98%;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;	margin-bottom: 2px;	
}
#todayHead {
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fcca03;
	background-color: #070e66;
	padding: .25em;
	text-align: center;
	margin: 0;
}
#date { 
	padding: 2pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; font-weight: bold;	
}

.lefttext {
text-align: right;
margin-right: 30px;
}


