/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	background-color: #FFFFFF;
}
ul li {
	list-style-type: none;
	}
a, a:visited, a:hover {
	color: #999966;
	text-decoration: none;
}
a:hover {
	color: #006699;
}

#language a, #language a:visited {
	color: #CCCCCC;
	text-decoration: none;
}


h1{
	color: #006699;
	font-size: 1.6em;
	margin-top: 2em;
}
h2{
	color: #006699;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3{
	color: #666633;
	font-size: 1.1em;
	text-align: left;
	margin-top: 0;
}
h4{
	color: #999966;
	font-size: 1.0em;
	text-align: left;
	margin-top: 1.0em;
	float: left;
	clear: both;
	margin-bottom: 0;
}
h5{
	color: #006699;
	font-size: 1.0em;
	text-align: left;
	margin-top: 1.0em;
	float: left;
	clear: both;
	margin-bottom: 0;
}
h6{
	color: #999966;
	font-size: 1em;
	text-align: center;
	margin-top: 0.2px;
	margin-bottom: 0.2px;
}
div.title_image{
	width: 180px;
	height: 100px;
	float: right;
	margin-top: 3em;
	margin-bottom: 0px;
}/* 
div.title_image + div.text_left + div.text_right{
    margin-top: 200px;
}
*/
div.text_left{
	width: 438px;
	float: left;
	margin-bottom: 1.0em;
}
div.text_left p{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
div.text_left ul{
	margin-top: 0;
	margin-bottom: 0;
}
div.text_left ul li {
	list-style-type: square;
	margin-bottom: 1.0em;
	width: 100%;
	line-height: 1.2em;
	}

div.text_right{
	width: 180px;
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
    margin-right: 0px;   
}

div.text_right p{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

#content p {
	clear: both;
	width: 100%;
	text-align: justify;
	}
	
.grey{
	color: #999999;
	}
div.breadcrumb, div.breadcrumb a, div.breadcrumb a:visited{
	color: #999966;
	}
	
div.breadcrumb a:hover  {
	color: #006699;
}

div.breadcrumb{
	left: 0px;
	top: 15px;
	position: relative;
	}
