body,td,th 		{
			 color: black;
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 12px;
			}
body 			{
			 background-color: #CCCCCC;
			 margin-left: 0px;
			 margin-top: 0px;
			 margin-right: 0px;
			 margin-bottom: 0px;
			 background-image:		url("images/bodybg.jpg");
			}
td.header		{
			 font-Family:Verdana;
			 background:#cccccc;
			 font-size:12px;
			}
td.panelheader		{
			 background:#c1c1c1;
			 border-top:0pt solid none;
			}
td.panelbottom		{
			 background:white;
			}
td.panelbg		{
			 background:white;
			}
td.panelmain		{
			 background:white;
			}
td.bottom		{
			 font-Family:Arial;
			 font-size:10px;
			 color:black;
			}
a.menulink		{
			 font-family:Arial;
			 font-size:12px;
			 color:black;
			 text-decoration:none;
			}
a.menulink:hover	{
			 font-family:Arial;
			 font-size:12px;
			 color:black;
			 text-decoration:underline;
			}
a:link 			{
			 color: black;
			 font-weight: bold;
			 text-decoration: none;
			}
a:visited 		{
			 text-decoration: none;
			 color: black;
			}
a:hover 		{
			 text-decoration: none;
			 color: black;
			}
a:active 		{
			 text-decoration: none;
			 color: black;
			}
td.formtext		{
		 	 color:black;
			}
.selectedtext		{
                         border:1px solid red;
			}
a.detailslink:hover	{
			 font-family:Arial;
			 font-size:12px;
			 font-weight:bold;
			 color:black;
			 text-decoration:underline;
			}
a.detailslink		{
			 font-family:Arial;
			 font-size:12px;
			 color:black;
			 text-decoration:underline;
			}



td.leftpart		{
			 background-color:		white;
			}
td.loginboxbg		{
			 background-image:		url('images/loginboxbg.jpg');
			}
a.more			{
                         font-family:			Arial;
                         font-size:			12px;
                         font-weight:			bold;
			 color:				#81bd1d;
			}
td.title		{
                         font-family:			Arial;
                         font-size:			14px;
                         font-weight:			bold;
                         color:				black;
			}
a.newslink:hover	{
                         font-family:			Arial;
                         font-size:			12px;
                         font-weight:			bold;
                         color:				black;
                         text-decoration:		underline;
			}
a.newslink		{
                         font-family:			Arial;
                         font-size:			12px;
                         font-weight:			bold;
                         color:				black;
                         text-decoration:		none;
			}
td.maintext		{
                         font-family:			Arial;
                         font-size:			12px;
                         color:				black;
                         background-color:		white;
			}
td.advertisetext	{
			 background-color:		#e9e9e9;
                         font-family:			Arial;
                         font-size:			12px;
                         color:				black;
			}
table.lefttable		{
			 background-image:		url('images/leftpartbg.jpg');
			}
.gobutton		{
			 background-image:		url('images/gobutton.jpg');
			 width:				32px;
			 border:			0px;
			}
table.nicetable		{
                         border:			1px solid #5780a0;
			}
td.nicetd		{
                         border:			1px solid #5780a0;
			}
th.niceth		{
                         border:			1px solid #5780a0;
			}

	#ticker-container {
	position:relative;
	overflow:hidden;
	width:150px;
	height:100px;
	background-repeat: repeat;
	padding: 2px;
	}
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
	display:list-item;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma;
	font-size: 0.79em;
	font-weight: bold;
	color: #666666;
	padding-left: 2px;
	}
	
	#ticker ul li a {
	font-family: Tahoma;
	font-size: 0.79em;
	color: #006699;
	text-decoration: none;
	padding-left: 2px;
	}
#ticker ul li a:hover {
	font-family: Tahoma;
	font-size: 0.79em;
	color: #0099CC;
	text-decoration: none;
	padding-left: 2px;
}

