/* CSS Document */


body { 
	background-color: #FFFFFF; 
} 
h1,h2,h3,h4,h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

h1 { 
	color: #004990; 
	font-size: 1em; 	
	font-style: normal; 
	font-weight: bold; 
	line-height: 1.5em; 
	font-stretch: normal; 
	text-decoration: none;
	display:block;
	margin-top:1px;
	margin-bottom:1px;
}

h2 {
	color: #004990;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	font-stretch: normal;
	text-decoration: none;
	display:block;
	margin-top:1em;
	margin-bottom:1px;
	font-variant: small-caps;
}

h3 { 
	color: #000; 
	font-size: 0.8em; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 1.2em; 
	font-stretch: normal; 
	text-decoration: none;
	display:block;
	margin-top:1em;
	margin-bottom:1px;
}

.adress { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 1.3em; 
	font-stretch: normal; 
	text-decoration: none;
}

.adress a:link { 
	text-decoration: none; 
	color: #004990;
}

p {
	color: black;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	margin:0;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ingress {
	color: black;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	display: block;
	margin: 0;
	margin-bottom: 10px;
}


hr {
	width:100%;
	height:1px;
	color: #004990;
	display: block;
	padding:0;
	margin-top:1em;
	bottom:6px;
	background-color:#004990;
	border:0px;
	margin-right: 0;
	margin-bottom: 1.3em;
	margin-left: 0;
}
	 
a:link { 
	text-decoration: none; 
	color: #333333;
} 

a:visited { 
	text-decoration: none; 
	color: #333333;
} 
a:active { 
	text-decoration: none; 
	color: #333333;
} 
a:hover { 
	text-decoration: underline; 
	color: #999999;
} 

.basic_design { 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: 30px;
	color:#999999;
	text-align:center;
}

.basic_design a { 
	text-decoration: none; 
	color: #CCCCCC;
}

.adress_art { 
	color: #FFFFFF; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 1.3em; 
	font-stretch: normal; 
	text-decoration: none;
}

