body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
}
a.topMenu:link, a.topMenu:visited, a.topMenu:active {
	font-size: 16px;
 	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.topMenu:hover {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
.news, a.news:link, a.news:visited, a.news:active {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.news:hover {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.titleBold {
	font-size: 18px;
	font-weight: bold;
}
.titleBold16 {
	font-size: 16px;
	font-weight: bold;
}
.btmMenu, a.btmMenu:link, a.btmMenu:visited, a.btmMenu:active {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.btmMenu:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.footer , a.footer:link, a.footer:visited, a.footer:active {
	font-size: 12px;
/*	color: #FFFFFF; */
	color: #333333;	
	text-decoration: none;
}
a.footer:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.textNew {
	font-size: 10px;
	color: #FF0000;
}
a, a:visited, a.active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}

/* SLIDESHOW */

#slideshow {
    position:relative;
    height:225px;
	width: 150px;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}
