@charset "utf-8";
/* CSS Document */

p {
	font-family: "Tahoma", Times New Roman, Times, serif;
	font-size: 13px;
}

P.header {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000080;
	font-size: 13px;
}
a:link.nav {
	text-decoration:none;
	color:#000000;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited.nav {
	text-decoration:none;
	color:#333;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover.nav {
	text-decoration:underline;
	color:#CCCCCC;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
hr{
	color: #003366;
	width: 80%;

}