﻿body
{
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.menu_table
{
	background-image: url(   'images/menu_bg.jpg' );
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	text-align: center;
	height: 50px;
}
.menu_cell
{
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #000000;
}
.menu
{
	color: #000000;
}
.panel
{
	background-color: White;
	text-align: right;
	border: solid 1px #AF011D;
}
.panel_top
{
	background-position: top;
	background-image: url( 'images/panel_top.jpg' );
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.panel_bottom
{
	background-position: bottom;
	background-image: url( 'images/panel_bottom.jpg' );
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.header
{
	background-color: Black;
	color: White;
	font-weight: bold;
	height: 20px;
	text-align: left;
}
.shortcut_label
{
	text-align: left;
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #D8BCC0;
}
.shortcut_label_active
{
	text-align: left;
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
}
.shotcut_link
{
	color: #880318;
	font-weight: bold;
}
.shortcut_content
{
	padding: 10px;
	text-align: right;
}
.copyright
{
	color: White;
	text-align: center;
}
.news_title
{
	font-weight: bold;
	color: Red;
}
.news_title
{
	font-weight: bold;
	color: #003366;
}
.news_date
{
	font-size: smaller;
}
.counter_div
{
	float: left;
	width: 24px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: #990033;
	border: solid 1px #000000;
	font-weight: bold;
	color: #FFFFFF;
}
.sub_title
{
	font-weight: bold;
}