/* CSS Document */

body { 
	background-color: #FFFFFF; 
} 

h1, h2, h3, h4 {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	margin:0;
	margin-bottom:0.35em;
	margin-top:0.9em;
	width:100%;
	}
h1 {
	font-size: 0.9em;
	line-height:1.2em;
	}
h2 {
	font-size: 0.7em;
	line-height:1em;
	}
.adress { 
	color: black; 
	font-size: 0.6em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 1.3em; 
	font-stretch: normal; 
	text-decoration: none;
}

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

a:link { 
	text-decoration: none; 
	color: #063;
} 

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

.basic_design {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	color:#333;
}

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