body {
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}

body, td {font-family: arial, helvetica, geneva, verdana, sans-serif;}

h1 {
font-size: 1.5em;
padding-left: 10px;
padding-right: 10px;
color: #003399;
}

h2 {
font-size: 1.3em;
color: #336633;
padding-left: 10px;
padding-right: 10px;
}

h3 {
font-size: 1.1em;
color: #003399;
padding-left: 10px;
padding-right: 10px;
}

h4 {
padding-left: 10px;
padding-right: 10px;
}

p {
color: #000000;
padding-left: 10px;
padding-right: 10px;
}

.small {
font-size: .9em;
}

sup {
font-size: .7em;
}

.listheader {
color: #003399;
font-weight: bold;
}

.update {
font-weight: bold;
text-align: left;
}

.update-green {
font-weight: bold;
color: #003399;
text-align: center;
}

header, footer {
background-color: #003399;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 1em;
text-align: center;
color: #FFFFFF;
font-weight: bold;
height: 80px;
}

a.white:link {
text-decoration: none;
color: #FFFFFF;
}
a.white:hover {
text-decoration: underline;
color: #FFFFFF;
}
a.white:active {
text-decoration: none;
color: #FFFFFF;
}
a.white:visited {
text-decoration: none;
color: #FFFFFF;
}

body#front footer {
background-color: #ffffff;
font-size: .9em;
color: #000000;
}

body#front a.white:link {
color: #003399;
}

body#front a.white:hover {
color: #003399;
}

body#front a.white:active {
color: #003399;
}

body#front a.white:visited {
color: #003399;
}


.indent {
padding-left: 50px;
}

.red {
color: #CC0000;
}

table.webTraffic {
	margin: 0px auto;
	border: 1px solid black;
	}

table.webTraffic tr.colHeadings th {
	text-align: center;
	font-weight: bold;
	}

table.webTraffic th {
	text-align: left;
	padding: 5px;
	font-weight: normal;
	border: 1px solid black;
	}

table.webTraffic td {
	text-align: center;
	padding: 5px;
	border: 1px solid black;
	}