/* CSS Document */

body
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
}

.menubg {
	background-color: #EAEAFF;
}
.content {
	font-family:Arial;
	font-size:11px;
	color:#5A5958;
	font-weight:normal;
	text-align:justify;
	line-height:15px;
	background-color: #FFFFFF;
	text-decoration:none
}
.H1
{	font-family:Arial;
	font-size:16px;
	color:#0D3A92;
	text-decoration:none
}
.H2
{	font-family:Arial;
	font-size:12px;
	color:#970606;
	text-decoration:none;
}
.menu
{	font-family:Arial;
	font-size:12px;
	color:#F8C8C8;
	text-decoration:none;
}
.menu:hover
{	color:#FFFFFF;
	text-decoration:underline;	
}
.toplink
{	font-family:Arial;
	font-size:12px;
	color:#284370;
	text-decoration:none;
}
.toplink:hover
{ 	
	text-decoration:underline;
}
.funk {
	background-image:url(../images/top_link_bg.jpg);
	background-repeat: no-repeat;
}
