BODY {
	margin: 0px;
	font-family: arial, "lucida console", sans-serif;
	color: #006FA4;
	background-color: #FFFFFF;
}


a, a:visited {
    color: #003399;
    text-decoration: none;
    
}
a:active, a:hover {
    color: #003399;
    text-decoration: underline overline;
}
a.linkbar, a.linkbar:visited {
    color: #000000;
    text-decoration: underline;
    font-size: 22px;
    font-weight: bolder;
    
}
a.linkbar:active, a.linkbar:hover {
    color: #000000;
    text-decoration: underline overline;
    font-size: 22px;
    font-weight: bolder;
}


h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}


.headertable {
	width: 780px;
	height: 120px;
}
table.linkbar {
	width: 780px;
	height: 40px;
}
td.linkbar {
	width: 25%;
	height: 40px;
	text-align: center;
}
.pagetable {
	width: 780px;
}
.piccol {
	width: 33%;
}
.textcol {
	width: 66%;
}
.copyright {
	color: #000000;
	font-size: 8pt;
}


