BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color : White;
	background-image: url(images/back_psi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

H2 {
	font-size: 18px;
}

H3 {
	font-size: 17px;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: Maroon;
	font-weight : bold;
}

A:Hover {
	color: #00009C;
}

HR {
	height: 1pt;
}
.copyright {
	font-size: 9px;
}
.center {
	text-align: center;
}
.navcolor {
	background-color: #CCCCCC;
	font-size: 12px;
}
.bgnone {
	background-image: none;
}