/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: verdana, tahoma;
	background-color: #174879;
	margin-top: 0px;
	margin-left: 0px;
}
.e70{
	font-size: .7em;
}
.e75{
	font-size: .75em;
}
.e75navy{
	font-size: .75em;
	color: #084079;
}
.e80{
	font-size: .8em;
}
.e80indent{
	font-size: .8em;
	text-indent: 2em;
}
.e80or{
	font-size: .8em;
	color: #F96406;
}
.e80red{
	font-size: .8em;
	color: #ff0000;
}
.e90{
	font-size: .9em;
}
.e95{
	font-size: .95em;
}
.e100{
	font-size: 1.0em;
}
.e90navy{
	font-size: .9em;
	color: #084079;
}
.e100ltblue{
	font-size: 1.0em;
	color: #0573CB;
}
.e100dkblue{
	font-size: 1.0em;
	color: #164779;
}
.e130dkblue{
	font-size: 1.3em;
	color: #164779;
}
.e130red{
	font-size: 1.3em;
	color: #ff0000;
}
.e130ltblue{
	font-size: 1.3em;
	color: #0179f1;
}
.e120dkblue{
	font-size: 1.2em;
	color: #164779;
}
.e120{
	font-size: 1.2em;
}
.e120red{
	font-size: 1.2em;
	color: #ff0000;
}
.subor {
	color: #F96406;
	font-weight: bold;
	font-style: italic;
}
.footer{
	font-size: .7em;
}
.title {
	font-size: 1.2em;
	color: #922323;
}
a:active, a:visited, a:link {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #3333ff;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
.table80padded td {
	font-size: .8em;
	vertical-align: top;
	padding-left: 20px;
}
img {
	border-color: black;
}
.iblue{
	color: #0573CB;
	font-style: italic;
	font-weight: bold;
}
.header {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: .8em;
	color: #F96406;
}
div.box1 {
	background-color: #DFEDF8;
	font-size: .8em;
	border: 1px solid black;
	padding: 10px;
}
.infobox {
	padding: 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 450px;
	background-color: #DFEDF8;
	border: 1px solid black;

}
