body {
	color: #333333;
	background-color: #FFFFFF;
	margin: 25px 0;
	padding: 0;
}
p, tr, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}	
p, ul, ol {
	margin-top: 0;
	color: #333333;
	font-size: 12px;
	line-height: 155%;
	background: transparent;
}
a {
	text-decoration: none;
}

a:link { color: #0000ff}
a:visited { color: #0000ff}
a:hover { color: #ff9900}


.navbar { 
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.navbar:link { color: #ffffff}
a.navbar:visited { color: #ffffff}
a.navbar:hover { color: #ff9900}

form {
	display: inline;
}

.subline {
	font-size: 13px;
	line-height: 155%;
	color: #333333;
	font-weight: bold;
	background: transparent;
}
.headline {
	font-size: 18px;
	color: #506091;
	line-height: 155%;
	background: transparent;
}

.navbot { 
	font-size: 11px;
	text-decoration: none;
}

a.navbot:link { color: #0000ff}
a.navbot:visited { color: #0000ff}
a.navbot:hover { color: #ff9900;
	text-decoration: underline;
}
.footer {
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	background: transparent;
}