@CHARSET "UTF-8";

BODY{
	font-family: sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

H2 {
	font-weight: bold;
	font-family: sans-serif;
}

H3 {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	margin-top: 0;
}

P {
	margin: 2;
	padding: 0;
}

A {
	font-family: sans-serif;
	color: green;
	font-size: 12px;
	text-decoration: underline;
}

A:HOVER {
	font-family: sans-serif;
	color: green;
	font-size: 12px;
	text-decoration: underline;
}

IMG {
	border: 0;
	padding: 0;
	margin: 0;
}

TABLE {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.td1 { 
	padding: 0px 7px 0px 7px;
	border-right: 1px solid #cbf2b2;
	width: 180px;
}

.td2 { 
	border-right: 1px solid #cbf2b2;
	height: 20px;
}

.td3 { 
	border-bottom: 1px solid #cbf2b2;
	border-right: 1px solid #cbf2b2;
	border-top: 1px solid #cbf2b2;
	height: 20px;
}

.td4 { 
	border-right: 1px solid #cbf2b2;
	height: 1200px;
}

.td5 { 
	border-right: 1px solid #cbf2b2;
}

.td6 { 
	border-right: 1px solid #cbf2b2;
	border-top: 1px solid #479e16;
	background-color: #479e16;
}

td.logo {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	height: 183px;
}

table.topMenu {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 20px;
}

table.topMenu td {
	text-align: left;	
}

table.topMenu a {
	color: green;
	font-size: 12px;
	text-decoration: none;
}

table.topMenu a:HOVER {
	color: green;
	font-size: 12px;
	text-decoration: underline;
	vertical-align: top;
}

table.topMenu a.this {
	color: green;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.td4 .title {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #000000;
	margin: 10px 10px 10px 13px; 
}

.td4 .content {
	font-size: 12px;
	font-weight: normal;
	font-family: sans-serif;
	margin: 8px 8px 8px 8px;
	color: black;
}

.weatherBlock {
	font-size: 11px;
}

td.weather {
	vertical-align: top;
	height: 270px;
}

td.leftMenu {
	vertical-align: top;
}

.path {
	margin: 4px 0px 4px 10px;
	color: green;
} 

TEXTAREA {
	border: 1px solid #479e16;
	background-color: #cbf2b2;
}

INPUT {
	border: 1px solid #479e16;
	background-color: #cbf2b2;
}

div.footer {
	color: white;
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 7px 3px 7px;
}

div.leftTitle {
	background-color: green;
	color: white;
	font-size: 12px;
	padding: 2px;
	margin: 3px 0px 1px 0px;
}

div.leftTitle a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div.comment {
	border-top: 1px solid green;
	padding: 3px 0px 3px 0px;
	width: 450px; 
}

.comment_date {
	font-weight: normal;
}

table.forum {
	background-color: green;
	height: 1%;
}

table.forum td {
	background-color: #cbf2b2;
	padding: 2px 3px 3px 2px;
}

div.pages {
	padding: 6px 2px 2px 2px;
}

div.postHeadTitle{
	padding: 3px;
	border: 1px solid green;
	background-color: #cbf2b2;
}

div.postHeadText {
	padding: 3px;
	margin-bottom: 6px;
	border-left: 1px solid green;
	border-bottom: 1px solid green;
	border-right: 1px solid green;
}

div.postInfo {
	padding: 3px;
	border: 1px solid green;
	background-color: #cbf2b2;
}

div.postText {
	padding: 3px;
	margin-bottom: 4px;
	border-left: 1px solid green;
	border-bottom: 1px solid green;
	border-right: 1px solid green;
}

div.ss {
	font-size: 10px;
}

div.ss a {
	font-size: 10px;
	text-decoration: underline;
}

div.ss a:hover {
	font-size: 10px;
	text-decoration: none;
}