* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

a:link, a:visited {
	color: #ffba00;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;	
}

a.pdf {
	background: url("../gfx/pdf.gif") top left no-repeat;
	padding: 2px 0 5px 16px;
}


h2, h3, h4, p {
	width: 250px;
}

.img_text h3 {
	margin-bottom: 10px;	
} 

h1 {
	font-size: 16px;
	color: #5f5f5f;
	
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	position: absolute;
	left: 420px;
	top: 45px;
	color: #fff;
}


h3 {
	font-size: 12px;
	line-height: 1.3em;
}

p, ul {
	line-height: 1.4em;
	font-size: 12px;
	list-style-type: square;
	margin-bottom: 10px;	
}

.text ul li, .img_text ul li {
	list-style-type: square;	
	margin: 2px 20px 2px 20px;
}

.subtitle {
	width: 180px;
	font-size: 10px;	
}


