html, body {
	margin: 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background-color: #FFFFFF;
	color: #002346;
}

form {margin: 0px;}

.search_field {
	background-image: url(images/bg_search.gif);
	background-repeat: repeat-x;
	height: auto;
	width: 174px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 11px;
	background-position: center bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #DADADA;
	border-bottom-color: #CACACA;
	border-left-color: #DADADA;
	padding-top: 3px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.newsletter_field {
	background-image: url(images/bg_search.gif);
	background-repeat: repeat-x;
	height: auto;
	width: 156px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 11px;
	background-position: center bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #DADADA;
	border-bottom-color: #CACACA;
	border-left-color: #DADADA;
	padding-top: 3px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 6px;
	border-top-width: 1px;
	border-top-color: #CACACA;
	color: #666666;
	}

.newsletter_links {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	background-image: url(images/arrow1a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	margin-left: 21px;
	font-weight: bold;
	}

.newsletter_links:hover {
	color: #000000;
	text-decoration: underline;
	background-image: url(images/arrow1b.gif);
	}




.menu_main {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/point_menu_1.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 23px;
	display: block;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	
	}

.menu_main:hover {
	text-decoration: underline;
	
	}
	
	
.menu_main_sub {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-image: url(images/point_menu_2.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding-left: 21px;
	display: block;
	margin-top: 3px;
	margin-left: 28px;
	margin-right: 15px;
	
	}

.menu_main_sub:hover {
	text-decoration: underline;
	
	}

/************************************************************************************/
.menu_main_inner_sub {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-image: url(images/point_menu_2.gif);
	background-repeat: no-repeat;
	background-position: 60px 6px;
	padding-left: 71px;
	display: block;
	margin-top: 3px;
	margin-left: 28px;
	margin-right: 15px;
	
	}	

.menu_main_inner_sub:hover {
	text-decoration: underline;
	
	}	
/************************************************************************************/	

.menu_underline {
	display: block;
	margin-top: 10px;
	text-align: center;
	}

.content {
	background-color: #F7F7F7;
	border: 15px solid #FFFFFF;
	padding: 15px;
	text-align: justify;
	}

.footer_links {
	color: #CCCCCC;
	text-decoration: none;
}
.footer_links:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.news_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
}

.news_date {
	font-size: 10px;
	color: #666666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.news_line {
	display: block;
	margin-top: 20px;
    margin-bottom: 20px;
	}

.news_more {
	margin-top: 6px;
	background-image: url(images/arrow1a.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;

	}


.news_more_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}
	
.news_more_link:hover {
	color: #666666;
	text-decoration: underline;

	}

