body {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:         rect(0px 0px 0px 0px);
	background-repeat: no-repeat;
	background-position: left;
	height: 0px;
	width: 0px;

}
.bluecell {
	background-color: #003366;
}
.yellowcell {
	background-color: #FFCC33;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	padding-top: 4px;




}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFCC33;
	font-weight: bold;
	text-align: center;
	margin-bottom: -10px;
	background-color: #003366;

}
h2 {
    text-align: center;
}

p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.8em;
	padding-right: 3px;
	padding-left: 3px;


}
.tancell {
	background-color: dad9c9;
	border-top: none;
	border-right: 2px solid #003366;
	border-bottom: none;
	border-left: none;


}
.tancellborder {
	background-color: dad9c9;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
	border-right-width: 1px;
	border-left-width: 1px;


}
.red {
	color: #993333;
	font-weight: bold;
}
.greencell {
	background-color: bdddb7;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	padding-right: 3px;
	padding-left: 3px;

}
a {
	color: #003366;
	text-decoration: underline;
}
a:hover { color: #666666; text-decoration: underline; background-color: #FFCC33;
	}
.greencellborder {
	background-color: #bdddb7;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003366;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #003366;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;

}
li {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: .8em;
}
.greencellborderright {

	background-color: #bdddb7;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003366;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #003366;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #FFCC33;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #003366;
	font-weight: bold;
	margin-bottom: 0px;
	background-color: #FFCC33;
	padding-top: 0px;
	padding-left: 3px;

}
img {
	border: none;
}
.centering {
	text-align: center;
}
/* added by Fred Dearman */
.picFloatRight {
    float: right;
    margin-left: 0.5em;
    }
.picFloatLeft {
    float: left;
    margin-right: 0.5em;
    }
