@CHARSET "ISO-8859-1";

a {
	color: #0000ff;
}
a:hover {
	color: #ff0000;
}


body {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}


br.space {
	margin-bottom: 5px;
}


img {
	border: none;
}


h2 {
	margin-left: 25px;
}


li {
	margin-bottom: 10px;
}


span.web_text {
	font-size: 80%;
}


ul {
	list-style-type: square;
}


.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
@CHARSET "ISO-8859-1";


body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}


div.content {
	clear: both;
	margin: auto;
	max-width: 750px;
	padding-bottom: 15px;
	padding-left: 25px;
}

div.nav {
	background: url(../image/layout/back_menu.png) left 0px repeat-x;
	min-height: 60px;
	position: relative;
	top: -10px;
}
div.nav ul {
	margin: auto;
	max-width: 750px;
	padding: 18px 0px 0px 25px;
}
div.nav li {
	color: #000000;
	display: block;
	float: left;
	font-size: 90%;
	font-weight: bold;
	padding-right: 20px;
}
div.nav a, a.intern {
	color: #000000;
}
div.nav a:hover, a.intern:hover {
	text-decoration: none;
}


h1 {
	background: url(../image/layout/back_top.png) center bottom no-repeat #ffffff;
	font-size: 250%;
	font-weight: bold;
	margin: 0px;
	padding: 50px 0px 15px 0px;
	text-align: center;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
}


h2 {
	margin-top: 0px;
}

