body {
	margin-top: 0px;
	font: "Times New Roman", Times, serif;
}
.site {
	border: 1px solid #00256A;
	border-collapse: collapse;
}
.nav {
	background-image: url(gfx/nav_rpt.jpg);
	height: 27px;
}
.navtxt {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
.bigred {
	font-size: 32px;
	color: #FF0000;
	font-weight: 600;
}
.maintext {
	font-size: 18px;
	font-weight: 600;
	text-align: justify;
}
.maintext2 {
	font-size: 18px;
	font-weight: 600;
}
.smalltext {
	font-size: 16px;
	font-weight: 600;
}
.bluetxt {
	color: #0000FF;
}
.redtxt {
	color: #FF0000;
}
.greentxt {
	color: #009900;
}
.biggermaintxt {
	font-size: 20px;
}
.biggermaintxt2 {
	font-size: 24px;
}
a:link.red{
	color: #FF0000;
}
a:active.red{
	color: #FF0000;
}
a:hover.red{
	color: #FF0000;
}
a:visited.red{
	color: #FF0000;
}