body, form {
	font-family: tahoma, verdana, arial, sans-serif;
	padding: 0;
	margin: 0;
}
a, a:visited, a:hover {
	font-size: 12px;
	color: #676565;
}
a:hover {
	text-decoration: none;
}
a.wht, a.wht:visited, a.wht:hover {
	font-family: arial, tahoma, verdana, sans-serif;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.wht:hover {
	text-decoration: underline;
}

.l, .c, .r, .j, .wht, .min, h1, h2, input, select, textarea {
	font-size: 12px;
	color: #676565;
}
.wht {
	color: white;
}
.news {
	background: url(bg_news.jpg) no-repeat top;
}
.min, .news {
	font-size: 11px;
}

h1 {
	font-size: 17px;
}
h2 {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	color: black;
	margin: 10 0 10 0;
}
hr {
	height: 1;
	color: #676565;
}

.l, {
	text-align: left;
}
.c, h2 {
	text-align: center;
}
.r, {
	text-align: right;
}
.j, .min, .news {
	text-align: justify;
}
.t, .news {
	vertical-align: top;
}