/* CSS Document */
body {
	background-color: #e7e8e8;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #CC0000;
}
h2 {
	font-size: 12px;
	color: #666666;
}
h3 {
	font-size: 16px;
	color: #CC0000;
}
h4 {
	font-size: 13px;
	color: #000000;
}
.menubgr {
	background-image: url(images/menubgr.jpg);
	background-repeat:repeat-x;
	}
.mainpage {
	background-color:#FFFFFF;
	border:#F0F6F6 1px;
}
.content {
	margin: 5px;
}
.footrmenu {
	margin: 5px;
	font-weight:bold;
	color:#CC0000;
}
.footer {
	background-color:#CCCCCC;
	border-bottom: 2px #999999;
	border-style: outset;
	border-left: 1px #F0F6F6;
	border-right: 2px #999999;
	border-top: 1px #F0F6F6;
}
.footerfont {
	font-size:9px;
}
.red {
	color: #CC0000;
	font-weight:bold;
}
.p_divider {
	height: 10px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
}
.hilight {
	margin: 5px;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #F2F2F2;
}
.imagebox {
	margin: 5px;
	padding: 5px;
}
