﻿/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	background-color: #FFFFE6;
}
.panel{
	width: 250px;
	height: 200px;
	background-color: #FFFFE6;
	float: left;
	border: 5px solid #000066;
	padding: 3px;
	position:relative;
	overflow:hidden;
}
.panel a{
	color:#000066;
	text-decoration:none;
}
.panel a:hover{
	color:#C39F01
}

.newsticker {
	list-style-type: none;
	border: 1px dashed #fff;
	background: #ffffe6;
	padding: 3px;
	margin: 0;
	color:navy;
	width:250px;
	text-align:left;
	position:relative;
	left:30px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000066;
	font-weight: bold;
}
h2, h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	text-decoration:none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	font-weight: bold;
}
.footertxt {
	margin-left: 0px;
	font-size: medium;
	color: #AA8C00;
	font-weight: bold;
}
