@charset "utf-8";

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 11px;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.master
{
	line-height: 17px;
}

.border_right_left
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-style: solid;
	border-left-style: solid;
}

.table_top_bottom
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.table_border
{
	border: 1px solid #666666;
}

.table_bottom
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.header {
	font-size: 15px;
	font-weight: bold;
}
.headline {
	font-size: 13px;
	font-weight: bold;
}

h1 {
	font-size: 10px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #000000;
}

a:link.navi, a:visited.navi {
display : block;
padding : 5px 0px 6px 0px;
color : #333333;
text-decoration : none;
border-bottom-style: dashed;
border-bottom-width: 1px;
margin-left:20px;
margin-right:10px;
font-weight:normal;
}
a:hover.navi, a:active.navi {
background : url('images/navi_hover.gif') no-repeat 0px 0px;
color : #000000;
font-weight: bold;
margin-left:5px;
padding : 5px 0px 6px 20px;
}

a:link.subnavi, a:visited.subnavi {
display : block;
padding : 5px 0px 6px 0px;
color : #666666;
text-decoration : none;
border-bottom-style: dashed;
border-bottom-width: 1px;
margin-left:35px;
margin-right:10px;
font-weight:normal;
}
a:hover.subnavi, a:active.subnavi {
color : #000000;
font-weight:normal;
margin-left:35px;
margin-right:10px;
padding : 5px 0px 6px 0px;
}

.navi_on {
background : url('images/navi_hover.gif') no-repeat 0px 0px;
display : block;
padding : 5px 0px 6px 0px;
color : #000000;
font-weight: bold;
margin-left:5px;
margin-right:10px;
padding : 5px 0px 6px 20px;
border-bottom-style: dashed;
border-bottom-width: 1px;
}

a:link.navitop, a:visited.navitop {
color : #333333;
text-decoration : none;
font-weight:normal;
}
a:hover.navitop, a:active.navitop {
color : #FFFFFF;
}

