﻿body {
	background : #06468C url(images/back_all.jpg) repeat-x;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size : 100%;
	color: #FFFFFF;
	text-align: center;
}
#main {
	width : 90%;
}
#header {
	height : 150px;
	width : 99%;
	margin: auto;
}
#logo {
	width : 100%;
	height : 120px;
	background : url(images/header.jpg) no-repeat;
}
.news {
	float : left;
	color: #E8E8E8;
	font-weight: bold;
	font-size: 10pt;
	background : #003366 url('images/hg-new.jpg');
	padding-top : 10px;
	padding-left: 12px;
	padding-right: 10px;
}
table, tr, td {
	padding-left: 20px;
	background : url(images/hg-tab.jpg);
	width : 100%;
}
.footer {
	font-weight: normal;
	font-size: .9em;
	background : #DF0000;
	line-height: 15px;
	padding: 2px 10px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 45px;
}
h5 {
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 45px;
}
.imgban {
	float: left;
	padding: 0px 0px 10px 40px;
}
#topnavi {
	background: url(images/topnavi1.jpg);
	height: 29px;
}
.headernavi a:link, .headernavi a:active, .headernavi a:visited {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	line-height: 29px;
	padding: 0px 10px 0px 10px;
	margin: auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.headernavi a:hover {
	background: url(images/topnavibg1.jpg);
	color: #EFEFEF;
	background-color: inherit;
	text-decoration: none;
	padding: 5px 10px 4px 10px;
	margin: auto;
}
#menu li {
	list-style : disc;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 4px;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #CFCFCF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #EFEFEF;
	text-decoration: underline;
	font-weight: bold;
}
.link a:link {
	color: #FFFFFF;
}
.link a:visited {
	color: #EFEFEF;
}
.link a:active {
	color: #DFDFDF;
}
.link a:hover {
	color: #0000FF;
}

