@charset "utf-8";

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c407d;
}
body {
	background-color: #899bbb;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	margin-bottom:5px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 15px;
	margin:10px 0 10px 0;
}
h5 {
	font-size: 13px;
	font-weight:bold;
	margin:0 0 5px 0 ;
}
.red{
	color:#FF0000;
}
#news-inner h1 {
	font-size: 16px;
	margin-bottom: 8px;
}

#news-inner h2 {
	font-size: 13px;
	margin-bottom: 8px;
	font-weight: bold;
}

#news-inner h5 {
	font-size: 13px;
	font-weight:bold;
	margin:0 0 5px 0 ;
}

#news-inner img {
	border: 1px solid #7fc9b1;
	margin-bottom: 8px;
}

#news-inner p {
	color: #5f79a4;
	font-size: 12px;
	margin-bottom: 8px;
}

#news-inner a{
	color: #009364;
	padding-right: 10px;
	background-image: url(../images/a-news-arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

.hr {
	border-bottom: 1px dotted #8d9fbe;
	margin-bottom: 8px;
	margin-top: 8px;
}

#youtube {
	width: 630px;
}

#youtube-inner {
	width: 480px; 
	margin: 0 auto;
}


