
.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;
/*	border-width:1px;
	border-style: none none none solid;
	border-color: #000066;*/
		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 li 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);
}

.border_header {
	background-image:url(images/layout/border_header.gif);
	max-height: 18px;
}

.header {
	background-color: #000066;
}

.content {
/*	border-width:1px;
	border-style: none solid none solid;
	border-color: #000066;*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top:20px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	font-stretch: wider;
	color: #000066;
}

h3 {
	color: #ff6633;
	font-size: 18px;
}

h2 {
	position:relative;
	line-height:130%;
	}

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;
}
