/* CSS-Styles */

body { background: #06aeb1 url(/images/bg.png) repeat-x; }

td, ul,  p, a
{
	font-family:Arial,Verdana,sans-serif;
	color: black;
	font-size: 9pt;
}

a
{
	color: #0f7b9e;
	text-decoration:none;
}

a:hover,a.hover
{
	color: Red;
	text-decoration:underline;
}

.small
{
	font-size: 8pt;
}

	.mainmenu
	{
		background-color: #FFC32D;
		border: 1px solid #00ACAF;
	}
	.mainmenuitem
	{
		background-color: #FFC32D;
		border: 1px solid #00ACAF;
		width: 90px;
		text-align: center;
		font-size: 8pt;
	}
	.mainmenulink, .submenu
	{
		color:#000000;
	}
	.mainmenulink:hover, .submenu:hover
	{
		color:#ff0000;
		text-decoration: none;
	}

	
div#topnews0 { background: #ffc32d url(/images/topnews_bg.jpg) repeat; width: 750px; height: auto; min-height: 50px; margin: 0 auto; }
div#topnews { background: #ffc32d url(/images/topnews_bg.jpg) repeat; width: 750px; height: auto; min-height: 50px; float:left; }
div#topnews div.r { float: right; width: 180px; padding: 10px; text-align:left; }
div#topnews div.r a {color: red; }
div#copyr { background: #ffc32d url(/images/topnews_bg.jpg) repeat; width: 750px; height: auto; margin: 0 auto; text-align:right; }
div#copyr a { color: white; margin: 2px 10px; font-size: 7pt; }
div#topnews div.n { width: 160px; margin: 5px; float: left; }
div#topnews div.n div.t1 { background: transparent url(/images/topnews_1.jpg) no-repeat; width: 160px; height: 20px; }
div#topnews div.n div.t2 { background: transparent url(/images/topnews_2.jpg) repeat-y; width: 160px; min-height: 40px; }
div#topnews div.n div.t2 img { margin: 0 13px 0 7px; border: none; width: 140px; }
div#topnews div.n div.t3 { background: transparent url(/images/topnews_3.jpg) bottom no-repeat; width: 140px; padding: 5px 13px 20px 7px; min-height: 20px; height: auto;  }
div#topnews div.n div.t3 { 	font-family:Arial,Verdana,sans-serif; font-size: 7pt; text-align:left;  }
div#topnews div.n div.t3 a { float: right; margin-top: 5px; font-family:Arial,Verdana,sans-serif; font-size: 7pt; color: black;  }
td.topnews h1 {font-family:Arial,Verdana,sans-serif; font-size: 9pt; margin: 3px 0 5px 0;}	
	