HTML, BODY {
	height: 100%;
	width: 100%;
}

BODY {
	padding: 0;
	margin: 0;
	background: #fff;
	font-size: 10pt;
	font-family: 'trebuchet ms', tahoma, geneva, sans-serif;
	color: #000;
}

P {
	font-size: 10pt;
	font-family: 'trebuchet ms', tahoma, geneva, sans-serif;
	font-weight: normal;
	color: #535353;
	margin: 5px 0 5px 0;

}

A {
	text-decoration: none;
	color: #3197d7;
	background: url(/images/design/news_link.gif) bottom repeat-x;
}

A:visited {
	text-decoration: none;
	color: #3197d7;
	background: url(/images/design/news_link_visited.gif) bottom repeat-x;
}

A:hover {
	text-decoration: none;
	color: #f00;
	background: none;
}


.title {
	color: #40aa40;
}

INPUT.login_input {
	border: 1px #308030 solid;
	color: #2c762c;
	height: 18px;
	font-size: 9pt;
}

A.main_menu_current_item {
	color: #f00;
	padding: 0 0 0 10px;
	background: url(/images/design/main_menu_current_item.gif) no-repeat left;
}

A.main_menu_item {
	text-decoration: none;
	color: #2c762c;
	background: url(/images/design/main_menu_link.gif) no-repeat left;
	padding: 0 0 0 10px;
}

A.main_menu_item:visited {
	text-decoration: none;
	color: #2c762c;
	background: url(/images/design/main_menu_link.gif) no-repeat left;
	padding: 0 0 0 10px;
}

A.main_menu_item:hover {
	text-decoration: none;
	color: #f00;
	background: url(/images/design/main_menu_current_item.gif) no-repeat left;
	padding: 0 0 0 10px;
}


P.reddots {
	width: 100%;
	font-size: 1px;
	background: url(/images/design/red_dot.gif) top repeat-x;
	margin: 5px 0 5px 0;
}

INPUT.name_input {
	border: 1px #308030 solid;
	color: #2c762c;
	width: 130px;
	margin: 0 0 5px 0;
	height: 18px;
	font-size: 9pt;
}

INPUT.spam_button {
	margin: 0 0 0 0;
}

IMG.photo {
	border: 2px solid #f22;
}

TD.login_links {
	background: #40aa40;
	text-align: left;
	font-size: 10px;
	line-height: 11px;
}

TD.login_links A {
	color: #afdbaf;
}

TD.login_links A:visited {
	color: #afdbaf;
}

TD.login_links A:hover {
	color: #fff;
	text-decoration: none;
}

H1 {
	color: #40aa40;
	font-size: 14pt;
	font-weight: normal;
}

A.discuss {
	text-decoration: none;
	color: #3197d7;
	padding: 3px 0 3px 20px;
	background: url(/images/design/discuss.gif) left no-repeat;
}

A.discuss:visited {
	text-decoration: none;
	color: #b4b4b4;
	padding: 3px 0 3px 20px;
	background: url(/images/design/discuss.gif) left no-repeat;
}

A.discuss:hover {
	text-decoration: none;
	color: #f00;
	padding: 3px 0 3px 20px;
	background: url(/images/design/discuss.gif) left no-repeat;
}

TD.copyrights {
	color: #4aad4a;
	width: 200px;
}