body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

table {
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table td.small {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	font-size: 11px;
	-moz-border-radius: 0px 0px 0px 0px;
}

#main_container {
	margin: 0px;
	padding: 0px;
}

#container_info {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 400px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	text-align: right;
}

#container_logo {
	position: absolute;
	top: 20px;
	left:0px;
	width: 100%;
	height: 120px;
	vertical-align: middle;
}

#container_logo2 {
	position: absolute;
	top: 2px;
	left:0px;
	width: 100%;
	height: 100px;
	vertical-align: top;

}

#logo_picture  {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 470px;
	height: 70px;
	width: 74px;
}

a.logo_pic, a.logo_pic:link, a.logo_pic:visited {
	display: block;
	margin-top: 25px;
	height: 70px;
	width: 74px;
	background-image: url("../doc/pics/logo_pic_color_v02.jpg");
	background-repeat: no-repeat;
}


a.logo_pic:hover, a.logo_pic:active {
	display: block;
	margin-top: 25px;
	height: 70px;
	width: 70px;
	background: #FFFFFF;
	background-image: url("../doc/pics/logo_pic_color_on_v02.jpg");
	background-repeat: no-repeat;
}

#logo_text  {
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	height: 35px;
	width: 200px;
	background: #FFFFFF;
}

#container_menu {
	position: absolute;
	top: 142px;
	left:0px;
	width: 790px;
	height: 18px;
	margin: 0px;
	padding: 5px;
	padding-top: 6px;
	font-size: 10px;
	background: #E8E8E8;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

#container_path {
	position: absolute;
	top: 172px;
	left:0px;
	width: 790px;
	height: 21px;
	margin: 0px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 10px;
	background: #F8F8F8;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

#container_pictures {
	position: absolute;
	top: 202px;
	left:0px;
	width: 800px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

#container_layout {
	position: absolute;
	top: 283px;
	left: 0px;
	background: #E8E8E8;
}

#container_layout2 {
	position: absolute;
	top: 110px;
	left: 0px;
	background: #E8E8E8;
}

#container_navigation {
	float: left;
	width: 200px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	background: #E8E8E8;
}

#container_content {
	float: left;
	width: 580px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
	background: #FFFFFF;
}

#container_bottom {
	clear: both;
	width: 800px;
	height: 18px;
	padding-top: 3px;
	padding-right: 0px;
	text-align: right;
	font-size: 10px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-left: none;
	border-right: none;
	background: #FFFFFF;
}

#container_bottom_placeholder {
	clear: both;
	background: #FFFFFF;
}


.page_title {
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

<!-- Links -->

a {
	padding-left: 2px;
	padding-right: 2px;
	color: #333333;
	font-style:bold;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	padding-left: 2px;
	padding-right: 2px;
	color: #333333;
	font-style:bold;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	padding-left: 2px;
	padding-right: 2px;
	color: #333333;
	font-style:bold;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	padding-left: 2px;
	padding-right: 2px;
	color: #333333;
	font-style:bold;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	background: #B9B9B9;
}

<!-- navigation buttons big selected -->

a.nav_button_selected {
	font-size: 13px;
	font-weight: bold;
	background: #C8C8C8;
	text-decoration:none;
}
a.nav_button_selected:link {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: none;
	text-decoration:none;
	background: #C8C8C8;
}
a.nav_button_selected:visited {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: none;
	text-decoration:none;
	background: #C8C8C8;
}
a.nav_button_selected:hover {
	font-weight: bold;
	background: #D2D2D2;
	text-decoration:none;
}

<!-- navigation buttons big -->

.nav_button {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
}
a.nav_button:link {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: none;
}
a.nav_button:visited {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: none;
}
a.nav_button:hover {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #D2D2D2;
}

<!-- navigation buttons  small-->

.nav_button_small {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
a.nav_button_small:link {
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	border: none;
}
a.nav_button_small:visited {
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	border: none;
}
a.nav_button_small:hover {
	font-size: 12px;
	font-weight: bold;
	background: #C8C8C8;
}

<!-- navigation buttons grey-->

.nav_button_grey {
	color: #A5A5A5;
	font-size: 10px;
	font-weight: bold;
}
a.nav_button_grey:link {
	color: #A5A5A5;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: none;
}
a.nav_button_grey:visited {
	color: #A5A5A5;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: none;
}
a.nav_button_grey:hover {
	color: #000000;
	font-weight: bold;
	background: #D2D2D2;
}

<!-- navigation buttons vertical-->

.nav_button_v {
	padding: 5px;
}

.nav_button_v:hover {
	background: #C8C8C8;
}


.nav_button_v_selected {
	font-size: 13px;
	width: 185px;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	background: #C8C8C8;
}

.nav_button_v_selected_0 {
	font-size: 13px;
	width: 190px;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	background: #C8C8C8;
}

.nav_button_v_selected_1 {
	font-size: 10px;
	width: 190px;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	background: #D8D8D8;
}

<!-- Link no change -->

.link_no_change {
	border: none;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

a.link_no_change:link {
	border: none;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

a.link_no_change:visited {
	border: none;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

a.link_no_change:hover {
	border: none;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}
