﻿HTML
{
	overflow-y: scroll;
}
BODY 
{
	margin-left: 10px;
	margin-top: 10px;
}
A:link, A:visited, A:active
{
	font-family: Arial;
	font-size: 11px;
	color: #000099;
	text-decoration: none
}
A:hover
{
	text-decoration: underline
}
BODY, TD, DIV, SPAN, INPUT, SELECT, TEXTAREA
{
	font-family: Arial;
	font-size: 11px;
	color: #000000
}
.menu
{
	height: 32px;
}
A.menuitem:link, A.menuitem:visited, A.menuitem:active, A.menuitem:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none
}
.submenu {
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	width: 205px;
}

.submenu a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.submenu a:hover { /*hover background color*/
	background-color: black;
	color: white;
}

.middletitle
{
	font-family: Arial;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #0066cb;
	margin-bottom: 10px
}
.middletitlebox
{
	background-color: #FF3300;
	margin-bottom: 10px
}
.middletitlebox2
{
	background-color: #f28a15;
	margin-bottom: 10px
}
.middletitlebox3
{
	background-color: #ffffff;
	margin-bottom: 10px
}
.middletitlebox4
{
	background-color: #ffcc00;
	margin-bottom: 10px
}
.middletitlebox9
{
	background-color: #3b6f08;
	margin-bottom: 10px
}
.middletitleboxleft
{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.middletitleboxleft3
{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FF3300;
	padding-left: 10px;
}
.middletitleboxleft4
{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
.middletitleboxleft5
{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
.middletitleboxleft6
{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.middletitleboxleft7
{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #0066cb;
	padding-left: 10px;
}
.middletitleboxleft8
{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
.middletitleboxleft9
{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.middletitleboxright
{
	padding-right: 10px;
	text-align: right
}
.middletitleboxright a:link, .middletitleboxright a:visited, .middletitleboxright a:active, .middletitleboxright a:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
.news_selected
{
	padding: 4px;
	background-color: #eeeeee
}
.news_nonselected
{
	padding: 4px;
	color: #FF3300;
	background-color: #ffffff
}
.news_selected a:link, .news_selected a:visited, .news_selected a:active, .news_selected a:hover
{
	color: #000000;
	text-decoration: underline
}
#pscroller1{
	width: 100%;
	height: 60px;
	border: none;
	padding: 0px
}
.someclass{}