body {
	margin: 0;
	padding: 0;
	background-color: white;
}
body,td,div,a {
	color: #5e5e5e;
	font-family: Tahoma;
	font-size: 11px;
}
a {
	color: Blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

td.shadow-left {
	background-image: url(../img/sleft.jpg);
	background-repeat: repeat-y;
}
td.shadow-right {
	background-image: url(../img/sright.jpg);
	background-repeat: repeat-y;
}
td.botn {
	background-image: url(../img/botn.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	padding-top: 14px;
}
td.botn a {
	color: #5e5e5e;
}
td.main {
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
td.content {
	padding: 10px;
	padding-top: 0px;
	vertical-align: top;
}
td.spage {
	vertical-align: top;
	width: 180px;
}
td.sspage {
	vertical-align: top;
	padding: 5px;
}
td.sline {
	background-color: #E5E5E5;
}
td.menu {
	width: 200px;
	vertical-align: top;
}
td.undir {
	background-image: url(../img/undir.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 14px;
	height: 45px;
}
td.date {
	vertical-align: top;
	padding-left: 20px;
	color: #ababab;
}
td.search {
	width: 150px;
	padding-right: 15px;
}
table.search {
	width: 100%;
}
table.search td.input {
	padding-left: 5px;
	padding-right: 3px;
	width: 100%;
}
table.search td.input input {
	height: 18px;
	border: 1px solid #c7c7c7;
	background-image: url(../img/input.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Tahoma;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}

td.news-list-pic {
	padding-right: 15px;
}
.news-date {
	color: #ABABAB;
}
.news-headline {
	font-weight: bold;
}
.news-content { }
a.news-more {
	color: #0079C4;
	font-weight: bold;
	text-decoration: none;
}
a.news-more:hover {
	text-decoration: underline;
}
.news-wrapper {
	padding:0px;
}
.news-preview td {
	padding-bottom:5px;
	padding-top:5px;
	padding:5px;
}
.news-preview-headline {
	padding-left:0px;
	display:block;
}
.news-wrapper a,
.news-wrapper a:visited {
color: #0079C4;
}
.news-more {
	margin-bottom:10px;
}