/* common */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	margin: 35px 0 25px 0;
	background: #959595;
}

img {
	border: 0px;
}

/* header */

div.header_navigation {
	padding: 0 12px 0 12px;
}

div.header_navigation a {
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 6px 11px 6px;
}

div.header_navigation a:hover {
	background: url(../images/header/arrow.gif) no-repeat center bottom;
	color: #ffffff;
	text-decoration: none;
}



div.header_navigation a.active {
	display: block;
	float: right;
	background: url(../images/header/arrow.gif) no-repeat center bottom;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 6px 11px 6px;
}

div.header_navigation a:hover.active {
	color: #ffffff;
	text-decoration: none;
}

/* navigation */

td.navigation a {
	padding: 5px 0 4px 0;
	color: #ffffff;
	font-size: 11px;
	margin: 0 0 0 10px;
	width: 220px;
	display: block;
	text-decoration: none;
	text-align: right;
	line-height: 11px;
	border-top: 1px solid #777777;
}

td.navigation a:hover {
	padding: 5px 0 5px 0;
	background: url(../images/navigation/background_active.gif);
	margin: 0 0 0 10px;
	color: #ffffff;
	font-weight: normal;
	width: 220px;
	display: block;
	text-decoration: none;
	text-align: right;
	line-height: 10px;
	border-bottom: 0;
}

td.navigation a.active {
	padding: 5px 0 5px 0;
	background: url(../images/navigation/background_active.gif);
	margin: 0 0 0 10px;
	color: #ffffff;
	font-weight: normal;
	width: 220px;
	display: block;
	text-decoration: none;
	text-align: right;
	line-height: 10px;
	border-bottom: 0;
}

td.navigation a:hover.active {
	padding: 5px 0 5px 0;
	background: url(../images/navigation/background_active.gif);
	margin: 0 0 0 10px;
	color: #ffffff;
	font-weight: normal;
	width: 220px;
	display: block;
	text-decoration: none;
	text-align: right;
	line-height: 10px;
	border-bottom: 0;
}

td.navigation a.sub {
	padding: 5px 0 4px 0;
	color: #c8c8c8;
	font-size: 9px;
	margin: 0 0 0 10px;
	width: 220px;
	display: block;
	text-decoration: none;
	text-align: right;
	line-height: 9px;
	border: 0;

}

td.navigation a.sub:hover {
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	color: #2b8624;
	font-weight: normal;
	font-size: 9px;
	width: 220px;
	display: block;
	text-decoration: none;
	text-align: right;
	line-height: 9px;
	
	border-bottom: 0;
	background: none;
}

/* news */

td.news {
	padding: 20px 0 20px 0;
}

td.news_row {
	border-top: 1px solid #b7b7b7;
	padding: 14px 5px 14px 18px;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

td.news_row a {
	color: #2b8624;
	text-decoration: underline;
}

td.news_row a:hover {
	color: #2b8624;
	text-decoration: none;
}

td.news_row small {
	font-size: 9px;
	color: #959595;
	display: block;
}

td.news_row h3 {
	font-size: 11px;
	color: #2b8624;
	font-weight: bold;
	margin: 0 0 6px 0;
}

/* content */

td.content {
	padding: 30px 0 10px 0;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

td.content h1 {
	font-size: 13px;
	color: #2b8624;
	margin: 0 0 20px 0;
	font-weight: bold;
}

input, textarea {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

td.content a {
	color: #2b8624;
	text-decoration: underline;
}

td.content a:hover {
	color: #2b8624;
	text-decoration: none;
}
