/* CSS Document */
h1 {
	border-bottom: 1px dotted #0A4369;
	color: #0A4369;
	font-size: 2em;
	letter-spacing: -2px;
	line-height: 0.9em;
	margin: 0px;
	padding: 15px 11px 0px;
	text-transform: lowercase;
	word-spacing: 1px;
}
h1.sub {
	border-bottom: 0px;
	color: #396C41;
	font-size: 1.8em;
	letter-spacing: 0px;
	text-transform: none;
	word-spacing: 1px;
	text-transform: lowercase;
	letter-spacing: -2px;
}
p {
	font: 0.75em arial;
	margin-left: 12px;
	margin-right: 15px;
	/*text-align: justify;
	text-justify: newspaper;
*/
}
div.adrs_top {
	color: black;
	font-size: 12;
	margin-top: 10px;
	margin-left: 60px;
	text-align: left;
	float: left;
}
div.txt {
	color: white;
	font-size: 12;
	margin-left: 35px;
	float: left;
}
div.menu_txt {
	font-family: Arial;
	color: white;
	font-size: 11;
	margin-left: 10px;
	float: left;
}
#news {
	width: 231px;
	height: 34px;
	color: blue;
	font: 0.8em arial;
	font-weight: bold;
	text-align: center;
}
#news a {
	color: black;
}
#headliner {
	font: 0.75em arial;
	margin-left: 12px;
	margin-right: 15px;
	color: #000080;
	font-weight: bold;
}
#developer {
	font: 0.9em trebuchet;
	color: white;
	margin-left: 300px;
	text-align: center;
	font-weight: bold;
}
#developer a {
	font: 1.05em trebuchet;
	font-weight: bold;
	color: yellow;
}
#developer a:hover, #news a:hover {
	color: #005a34;
}
A:link {
	text-decoration: none;
	font-family: Arial;
	font-size: 11;
	color: #FFFFFF;
}
A:active {
	text-decoration: none;
	font-family: Arial;
	font-size: 11;
	color: #FFFFF0;
}
A:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 11;
	color: #FFFFFF;
}
A:hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 11;
	color: #FFC000;
}
A.reg {
	font: 1.1em Arial;
	color: blue;
}
A.reg:hover {
	font: 1.1em Arial;
	color: darkgreen;
}
A.light {
	font: 1.1em Arial;
	color: white;
	font-weight: bold;
}
A.light:hover {
	font: 1.1em Arial;
	color: #fedf60;
	font-weight: bold;
}