﻿body {
	margin:0px;
	padding:0px;
}
td, div, select {
	font-size:11px;
	FONT-FAMILY: arial, sans-serif;
	color:#464646;
}
a.gray {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
a.red {
	color: #b74028;
	font-size: 12px;
}
a.gray:visited {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
a.gray:hover {
	text-decoration:underline
}
.menuDiv {
	background-color: #F1F1F1;
	padding: 2px;
}
.menu {
	background-color: #F1F1F1;
}
.mnuNormal {
	text-align: center;
	border: solid 1px #F1F1F1;
	margin: 2px
}
.mnuNormalRed {
	text-align: center;
	background-color: #FF0000;
	border: solid 1px #999;
	cursor: hand;
	margin: 2px;
	color: #FFFFFF;
}
.mnuSel {
	text-align: center;
	background-color: #CCC;
	border: solid 1px #999;
	cursor: hand;
	margin: 2px
}
.ltsep {
	text-align: center;
	width: 5px;
	font: 70% Verdana;
	color: #A9A9A9;
	padding: 0px 1px;
}
.news_section {
	font-family: arial;
	font-size: 10pt;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px silver;
}
.news_link {
}
.news_source {
	color: #B74028
}
.news_date {
	color: #C0C0C0
}
.mnuRed a: {
	text-decoration: none;
	text-align: center;
	outline: none;
	display:box;
	border: 1px #CCCCCC;
	color: #FF0000;
	padding-left:20px;
	padding-right: 22px;
	margin-left: 1px;
    font-size: 8pt;
}
.mnuRed a:hover {
	margin-left:0px;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
	display: box;
	outline: none;
	color: #FF0000;
	background: #cccccc;
}
