*
{
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('images/top_bar.png') repeat-x;
}

a
{
	color: black;
}

a:hover
{
	color: #333333;
}

form
{
	display: inline;
}

h2
{
	display: inline;
	font-size: 13pt;
	font-weight: normal;
	background-color: #DFF7DF;
}

/* -- Default Template Material -- */


.details_text
{
	
}

.top_bar
{
	background: url('images/top_bar.png') repeat-x;
	height: 30px;
}

.header
{
	font-size: 15pt;
	height: 90px;
	text-decoration: underline;
}

#menu a
{
	display: block;
	background-color: #A7A6AA;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	text-decoration: none;
}

#menu a:hover
{
	background-color: #FEFFC6;
	color: black;
	text-decoration: underline;
}

.menu_heading
{
	border: 2px solid #5B5B66;
	background-color: #DADFEB;
}

.menu_heading:hover
{
	background-color: #FFCC00;
}

.statistics_box
{
	background: url('images/statistics_icon.png') no-repeat;
	background-position: bottom right;
}

.login_box
{
	background: url('images/login_icon.png') no-repeat;
	background-position: bottom right;
}

.news_box
{
	background: url('images/news_icon.png') no-repeat;
	background-position: bottom right;
}