/* CSS Document */

.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link{color: #FF0000}
a:visited {color: #FF0000}
a:hover {color: #006600}
a:active {color: #0000FF}

a.nav:link{color: #006600}
a.nav:visited {color: #006600}
a.nav:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.nav:active {color: #000000}


.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30pt;

}
.sheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30pt;
}
.stdtxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.keywords {
	font-family: "Times New Roman", Times, serif;
	font-size: 1px;
	color: white;
}
