@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}

h1 {
	color: #333333;
}

.header2 {
	font-size:14pt;
	color: #333333;
	font-weight:bolder;
}

div#side{
	font-size: 8pt;
}
h3 {
	color:#666666;
	font-size:10pt;
}

.indent {
	padding-left:10px;
}

a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#main {
	padding-left:10px;
	/*background-repeat:repeat-y;*/
	background-image:url(images/plat.jpg);
	background-position:center;
}

.news {
	margin-left:0;
}

.news li {
	width:190px;
	list-style:none;
	margin-left:-40px;
	padding:3px;
	background:#ddd;
	margin-bottom:5px;
}
.news li.year {
	width:190px;
	list-style:none;
	margin-left:-35px;
	padding:3px;
	background:none;
	margin-bottom:5px;
	font-weight:bold;
}
