@charset "utf-8";
/* CSS Document */

body{
	background-color:#cccccc;
	marg
	margin-top:20;
	margin-bottom:20;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#003366;
}

p{
	font-size:0.9em;
}

.nav-on{
	background-color:#003369;
	font-weight:bold;
	color:#FFF;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:thin;
	border-color:#003369;
	text-decoration:none;
	font-size:0.9em;
}

.nav-table{
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#808080;
}

.nav-top{
	border-bottom-style:solid;
	border-width:1px;
	border-color:#808080;
}

a.nav{
	text-decoration:none;
	font-weight:bold;
	color:#003369;
	font-size:0.9em;
}

a.nav:hover{
	background-color:#cccccc;
	color:#003369;
	text-decoration:underline;
}

a.nav:active{
	font-weight:bold;
	color:#003369;
	text-decoration:none;
}

.copyright{
	font-size:0.75em;
	color:#A0A0A4;
}

.date{
	font-size:0.85em;
	color:#808080;
	line-height:2.5em;
}


.tiny_red_b{
	font-size: 0.75em;
	color:#F00;
	font-weight:bold;
}

