/* CSS Document */

<style type="text/css">
<!--
#Layer1{
	z-index:1;
	position: absolute;
}
#Layer2{
	position: absolute;
	z-index:2;
	left: 10px;
	top: 20px;
}
.border-b {
	border-right: 1px solid #546B7B;
	border-left: 1px solid #546B7B;
	padding: 5px;
}
.border-r {
	border-right: 1px solid #546B7B;
	padding: 5px;
}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	padding: 5px;
}
.nav a:link, .nav a:visited {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #d0006a;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.nav a:hover, .nav a:active {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #006699;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
}
.inthenews a:link, .inthenews a:visited {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
}
.inthenews a:hover, .inthenews a:active {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
.dotted {
	border-top: 1px SOLID #CCC;
}

-->
</style>