@charset "utf-8";
/* CSS Document */
body, a, h1, h2, h3, h4, h5, h6 { font-family: Arial; color: #0A1440};
body, a {font-size: 12px};
ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align:center;
};
ul.nav li { display: inline; };
ul.nav a {
	border: 1px #000;
	margin-right: 15px;
	text-decoration: none;
	background-color: #000077;
	color: #fff;
	padding: 5px 15px 5px 15px;
	font-weight: bold;
}

ul.nav a:hover {
	color: #CCCCCC;
}

tr.smoel {valign: top};
td.smoel {width: 95; height: 140};

.small_text {font-size: 8pt};

