
.address {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.nav {
	color: #ff6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
		text-decoration:underline;
}

.nav ul {
	line-height: 180%;
}

.nav li{
	list-style-image: url(images/layout/nav_bullet.gif);
	position:relative;
	left:-15px;
	padding:10px;
	text-decoration:underline;
}

.nav a {
	text-decoration: none;
	color: #ff6633;
		position:relative;
	top:-5px;
	left:3px;
		text-decoration:underline;
}

.border_top {
	height: 28px;
	background-image:url(images/layout/border_top.gif)
}

.border_bottom {
	height: 28px;
	background-image: url(images/layout/border_bottom.gif)
}

.header {
	background-color: #000066;
}

.content {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	font-stretch: wider;
	color: #000066;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch: wider;
	color: #000066;
	background-color:#000066;
}
body table{
	background-color:#ffffff;
}

.news {
	line-height: 120%;
	font-stretch: normal;
	font-size: 12px;
}


