body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #97DDFF; */
	background-color: #FFFFFF;
	background-image: none; 
} 

#div_page {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

div.text {
	width: 500px;
}

h1, h2, h3, h4 {
	/* color: #000099; */
	/*display: block;*/
	padding-bottom: 5px;
	padding-top: 5px;
	/*width: 500px;*/
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;	
}

h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

p {
	text-align: justify;
}

p {
	/*padding-top: 5px;*/
	padding-bottom: 8px;
}

p.message {
	text-indent: 1em;
    text-align: justify;
}

body, div, p {
    text-align: left;
}

body {
/*    padding-left: 100px;*/
/*    padding: 0 auto;*/
}

div.body {
	padding-top: 5px;
	padding-bottom: 20px;
}

A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
	font-weight: normal;

} A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;

} A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;


} A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;

} body td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* color: #000099; */
/*  background-color: #FDFDFF;*/
	background-image: none;

} 

th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	/* color: #000099; */
}

body td.background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* color: #000099; */
	background-color: #FDFDFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

div.navi_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(pictures/header.jpg);
	width: 750;
	height: 153;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	/*padding-bottom: 15px;*/
}
div.navi_header_menu {
	position: relative;
	left: 10px;
	top: 115px;
}
div.navi_menu {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
span.navi_item {
	padding: 2px;
	color: #0000DD;
}
span.navi_item.navi_current {
	font-weight: bold;
}
div.navi_path {
	font-style: italic;
}
div.navi_path span.navi_label {
	margin-left: 10px;
	margin-right: 10px;
}

div.options {
	margin-top: 10px;
}

div.options a:link {
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

div.options a:hover {
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

div.options a:visited {
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

div.button {
	background-image: url(pictures/button.gif);
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 40px;
}

div.button a {
	color: white;
	font-size: 24px;
}

div.button a:link {
	color: white;
	font-size: 24px;
}

div.button a:hover {
	color: white;
	font-size: 24px;
}

.warning {
	color: red;
	font-size: 12px;
}

ul {
	list-style-type: disc;
	/*list-style-position: inside;*/ /*use margin-left instead*/
}

li {
	margin-left: 2em;
	padding-bottom: 3px;
}

ul.page_index {
	list-style-type: disc;
	list-style-position: inside;
}

ul.page_index li {
	padding-bottom: 5px;
}

#main_content

