html, body {
	margin: 0px;
	padding:0px;
	height:100%;
}

body {
	background-image: url(./images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff; 
}

a:link {
	text-decoration: none; 
	color: #EE7900; 
	font-weight: bold;
}
 
a:active {
	text-decoration: none; 
	color: #EE7900; 
	font-weight: bold;
}
 
a:visited {
	text-decoration: none; 
	color: #EE7900; 
	font-weight: bold;
} 

a:hover {
	text-decoration: none; 
	color: #0B2A75; cursor: hand; 
 	font-weight: bold;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


H1 { 
	font-size: 12pt; 
	margin-bottom:2px;
	margin-top:0px;
	padding: 0px;
}

td {
	font-family: Arial,Verdana,Tahoma; 
	font-size: 12pt; 
	color: #0B2A75;
}

.content {
	background-image:url(./images/bg_content.jpg); background-repeat:no-repeat;
	padding-top: 14px;
	padding-left: 14px;
	font-family: Arial,Verdana,Tahoma; 
	font-size: 12pt; 
	color: #0B2A75;
	text-align: justify;
	height:505px;
}

.content_text {
	width:520px;
	height:505px;
	padding-right:10px;
	overflow:auto;
}

.pic_right {
	float:right;
	margin-left: 14px;
	margin-bottom: 14px;
	padding-right:0px;
}

p {
	padding:0px;
	margin-top:0px;
	margin-bottom:15px;
}

.formular {
	padding: 3px;
	font-family: Arial,Verdana,Tahoma; 
	font-size: 12pt; 
	color: #0B2A75;
	border:1px #0B2A75 solid;
	border-left:8px #EE7900 solid;
}

div#sitemap1 a {
	margin-left:14px;
	display: block; padding-left: 8px; border-bottom-width: 0px;
	padding-bottom: 1px; margin-top:1px; 
	color: #EE7900; 
	font: bold 11pt Arial,Verdana,Tahoma;
	padding-top: 1px; text-align: left; 
	text-decoration: none;
	border-left: 5px #EE7900 solid;
}
div#sitemap1 a:hover {
	color: #0B2A75;
	border-left: 5px #0B2A75 solid;
}

div#sitemap2 a {
	margin-left:14px;
	display: block; 
	padding-left: 14px; border-bottom-width: 0px;
	padding-bottom: 1px; margin-top:1px; 
	color: #EE7900; 
	font: bold 11pt Arial,Verdana,Tahoma;
	padding-top: 1px; text-align: left; 
	text-decoration: none;
	border-left: 5px #EE7900 solid;
}
div#sitemap2 a:hover { 
	color: #0B2A75;
	border-left: 5px #0B2A75 solid;
}


	
