/* CSS Document */
.nav_button {
	padding: 0;
	margin: 0;
	background-image: url(../i/nav_background.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 25px;
}

.nav_button_sub {
	padding: 0;
	margin: 0;
	background-image: url(../i/nav_background_sub.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 25px;
}

.nav_button:hover {
	cursor: pointer;
}

.nav_button_sub:hover {
	cursor: pointer;
}

.nav_button_label {
	padding-top: 4px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.nav_button_label a:link {
	color: #fff;
	text-decoration: none;
}

.nav_button_label a:visited {
	color: #fff;
	text-decoration: none;
}

.nav_button_label a:active {
	color: #fff;
	text-decoration: none;
}

.nav_button_label a:hover {
	color: #fff;
	text-decoration: underline;
}

.sub_nav {
	width: 163px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px #007f65 solid;
}

.sub_nav a:link {
	color: #007f65;
	text-decoration: none;
}

.sub_nav a:visited {
	color: #007f65;
	text-decoration: none;
}

.sub_nav a:active {
	color: #007f65;
	text-decoration: none;
}

.sub_nav a:hover {
	color: #007f65;
	text-decoration: underline;
}

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007f65;
}

.content {
	padding-left: 20px;
	padding-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news_title {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #e7e8e9;
	width: 120px;
}

.news_title a:link {
	color: black;
	text-decoration: none;
}

.news_title a:visited {
	color: black;
	text-decoration: none;
}

.news_title a:active {
	color: black;
	text-decoration: none;
}

.news_title a:hover {
	color: black;
	text-decoration: underline;
}

.copyright {
	 margin-top: 60px;
	 margin-left: 3px;
	 margin-bottom: 5px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
}

.t12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}