td, body {
	color: Black;
	font-family: Tahoma;
	font-size: 11px;
}

p {
	margin-bottom: 6px;
	margin-top: 5px;
}

h1 {
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}

a:active, a:focus, a:link, a:visited {
	color: #006CB8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.stat {
	text-decoration: none;
}

a.more:active, a.more:focus, a.more:link, a.more:visited {
	font-size: 10px;
	font-weight: bold;
	color: #006CB8;
	text-decoration: underline;
}

a.more:hover {
	text-decoration: none;
}

a.osn:active, a.osn:focus, a.osn:link, a.osn:visited {
	font-size: 11px;
	font-weight: bold;
	color: #DC0B00;
	text-decoration: underline;
}

a.osn:hover {
	text-decoration: none;
}

a.top_menu:active, a.top_menu:focus, a.top_menu:link, a.top_menu:visited, a.top_menu:hover {
	font-family: Arial;
	font-size: 10px;
	color: #006CB8;
	text-decoration: none;
	text-transform: uppercase;
}

.red {
	color: #DC0B00;
}

.blue {
	color: #006CB8;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 12px;
}

.head {
	font-size: 12px;
	font-weight: bold;
	color: #006CB8;
}

.gray {
	color: #666666;
}

.just {
	text-align: justify;
	text-indent: 25px;
}
ul {
	margin-top: 4px;
	margin-bottom: 9px;
}

li.arr {
	list-style-position: outside;
	list-style-image: url("images/li.gif");
	margin-bottom: 4px;
	text-indent: 15px;
}

input
{
	font-size: 11px;
}

input.sub
{
	border: 1 double #CDCDCD;
	background: White;
	font-weight: bolder;
	color: #272727;
}
select
{
	font-size: 11px;
}

hr {
	height: 1px;
	color: #D6D6D6;
}