body {
	/*background-color: #D2D2D2;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul { }
li { }
div { }


.headline1, h1 {

	font-size: 14px;
	font-weight: bold;
	color: #392d7a;
	
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
}

.headline2, h2 {

	font-size: 12px;
	font-weight: bold;
	color: #585858;
	
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	
}

.menu, h3 {
	margin-left: 25px;
	margin-top: 95px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;

	font-size: 10px;
	font-weight: bold;
	color: black;
	line-height: 20px; 
	}
	
	
.textbread, h4 {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	margin-left: 50px;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	
	font-weight: normal;
	font-size: 11px;
	line-height: 16px; 
}
	
	
.disclaimer, h5 {
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;

	font-weight: normal;
	font-size: 10px;
}

.copyright, h6 {
	/*background-color: #D2D2D2;*/
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;

	color: #666666;
	font-weight: normal;
	font-size: 10px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
	/*background-color: yellow;*/
	
}

a:active {
	color: black;
	text-decoration: none;
}


