<!--
body {
	background-image:url('images/bg.gif');
	background-position: center 50%;
	background-repeat:repeat-y;
	background-color: #ffffff ;
	margin-left:0 ; margin-right :0 ;
	margin-top :10px ; margin-bottom:0 ;
	font-size:11pt;
	line-height:180%;
	color:#000000
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
	color:#ff0000;
}
h1 {
	font-size:14pt;
	font-weight:bold;
	text-align:center;
}
h2 {
	font-size:14pt;
	font-weight:bold;
}
p {
	margin-top :0 ; margin-bottom:0 ;
	text-align:left;
	font-size:11pt;
	line-height:180%;
}
th {
	white-space:nowrap;
	text-align:left;
	font-size:11pt;
	font-weight:normal;
	line-height:180%;
}
td {
	text-align:left;
	font-size:11pt;
	line-height:180%;
}
ul {
	margin-top :0 ; margin-bottom:0 ;
	font-size:11pt;
	line-height:180%;
}
ol {
	margin-top :0 ; margin-bottom:0 ;
	font-size:11pt;
	line-height:180%;
}
blockquote {
	margin-top :0 ; margin-bottom:0 ;
	margin-right :0 ;
}
form {
	margin-top :0 ; margin-bottom:0 ;
}
.cnt {
	text-align:center;
}
.news_title {
	padding:3px 6px;
	background-color:#424E71;
	font-weight:bold;
	color:#ffffff;
}
-->