body   { background-color: white; margin: 0; padding: 0; height: 100% }
.dir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
.dir:hover {
	color: #0066CC;
	text-decoration: underline;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #16023D;
}
.borderOne   { border-right: 2px solid #14023c; border-left: 2px solid #14023c }
.border {
	border: 1px solid #16023D;
}
a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

