body, div, td, p, h1, h2, h3, h4, h5  {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
body, div, td, p  {
	font-size: 12px;
}
body  {
	margin: 0px;
}
p {
	text-align: justify;
}
td {
	vertical-align: top;
}
body {
	margin: 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:	black;
}
a:hover {
	text-decoration: underline;
	color: red;
}
.content {
	margin: 10px;
	width: 630px;
}

.newsBar {
	margin: 7px;
	position: absolute;
	left: 670px;
	top: 5px;
	width:150px;
	border: 1px solid #4455FF;
}
.newsBarHead {
	background-color: #4455FF;
	color: white;
	font-size: 20pt;
	font-family: monospace;
	font-weight: bold;
	border: 1px solid #4455FF;
}
.newsBarItem {
	color: black;
	background-color: lavender;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding: 2px;
	border-top: 1px solid blue;
	border: 1px solid #4455FF;
}
.newsBarHighlight {
	border:1px solid darkorange;
	margin: 3px;	
}
.newsBarDate {
	line-height: 14pt;
}
.newsBarTitle {
	font-weight: bolder;
}
.newsBarMore {
	color: blue;
	font-weight: bolder;
}

.menuBar {
	padding: 7px;
	left: 0;
}
.menuSection {
	border: 1px solid #4455FF;
	margin-top: 5px;
	background-color: #FFFFFF;
}
.menuHead {
	background-color: #4455FF;
	color: white;
}
.menuItem {
}
.menuHead, .menuItem {
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
}
.smallText {
	font-size: 10px;
}
.homelinks {
	position: absolute;
	left: 670px;
	top: 0px;
	margin: 7px;
}
.homelink {
	font-size: 10px;
	font-weight: normal;
	color: blue;
}
   