* {
	margin: 0;
	padding: 0;
}
a {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
a[href$='.pdf'] { 
	padding: 5px 17px 5px 0;
	background: transparent url(../images/src/pdficon.png) no-repeat center right;
}
address { font-style: normal; }
body { background: #006697 url(../images/src/background_main.jpg) repeat-y top center; }
body, table {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #959595;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
h4, h5, h6 {
	font-size: 11px;
	color: #ffcc34;
}
hr {
	background-color: #000000;
	height: 1px;
	border: 0;
	margin: 0 0 10px 0;
}
img  {
	border: 0;
}
p {
	text-align: justify;
	margin: 0 0 8px 0;
}

