@charset "utf-8";
/* CSS Document */
.border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	padding-left: 7px;
	padding-right: 10px;
}
.nav {
	color: #cc0000;
	text-decoration: none;
	padding-left: 7px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

li {
	color: #003366;
}
.border2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
.text {
	line-height: 22px;
}
