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

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

a
{
	color: black;
}

a:hover
{
	color: #333333;
}

form
{
	display: inline;
}

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

/* -- Default Template Material -- */


.details_text
{
	
}

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

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

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

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

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

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

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

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

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