@charset "UTF-8";

a:link { 
	text-decoration: none; 
	}
a:visited { 
	text-decoration: none; 
	}
a:hover, a:active { 
	color:#666;
	text-decoration: none;
	
	}
ul {
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	/*list-style-image: url(arrow.gif);*/
	list-style-type: disc;
	/*padding: 6px;
	margin: 2px;*/
}
.title_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.body_title_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0046b1;
}
.body_title_grey {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #434343;
}
.body_text_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
}
.body_link_blue {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0046b1;
}
.body_news_head {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}
.body_news_text {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.body_title_head {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}
.copyright {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
}
.txt_very_small {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.title_white_h3 {
	font-family: Arial;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
