body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
tbody
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
h1
{
	font-size: 16px;
	color: SteelBlue;
}
h2
{
	font-size: 13px;
	font-weight: 700;
	color: SteelBlue;
	margin-left: 10;
}
a
{
	color: DarkSlateBlue;
	font-weight: 700;
}
a:hover
{
	color: SteelBlue;
}

.title
{
	font-size: 18px;
	color: SteelBlue;
}

.subtitle
{
	padding: 5;
	border: 1px solid SteelBlue;
	font-size: 16px;
	font-weight: bold;
	color: SteelBlue;
	background-color: LightSteelBlue;
}

.Copyright
{
	border-top:1px solid SteelBlue; 
	font-size: 8pt;
	background-color: LightSteelBlue;
}

.Blue_mainTable
{
	border:1px solid SteelBlue; 
	padding:0; 
	width: 735;
}

.selected
{
	background-color: LightSteelBlue;
	border: 1px solid SteelBlue;
	cursor: default;
}

.hilited
{
	background-color: AliceBlue;
	border: 1px solid SteelBlue;
	cursor: default;
}

.news
{
	border: 1px solid white;
	cursor: default;
}

.mnu_selected
{
	background-color: LightSteelBlue;
	border: 1px solid SteelBlue;
	font-weight: bold;
	cursor: hand;
}

.mnu_hilited
{
	background-color: AliceBlue;
	border: 1px solid SteelBlue;
	font-weight: bold;
	cursor: hand;
}

.mnu_item
{
	border: 1px solid white;
	font-weight: bold;
	cursor: hand;
}

.newsHeader
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid LightSteelBlue;
}

.mainBody
{
	padding:5; 
}

.panelHeader
{
	height: 24;
	align: center;
	text-align: center;
 	background-image: url('../menu/images/pbButton.jpg');
	font-weight: bold;
	cursor: hand;
	color: SteelBlue;
}
.panelHeaderOver
{
	height: 24;
	align: center;
	text-align: center;
 	background-image: url('../menu/images/pbButton.jpg');
	font-weight: bold;
	cursor: hand;
	color: DarkSlateBlue;
}
.panelRow
{
	background-color: AliceBlue;
	border-left: 1px solid LightSteelBlue;
	border-right: 1px solid LightSteelBlue;
	border-bottom: 1px solid LightSteelBlue;
	padding: 5;
}
.panelItem
{
	text-decoration: none;
	font-weight: normal;
}
.panelItem:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: SteelBlue;
}
