/* ---[ ADDENDUM ]----------------------------------------------- */
*{
margin: 0 auto;
}

body{
text-align:center;
/*font-size: 76%;
background: #062a4e;*/
}

.container{
	margin: 0 auto;
}

img{
	border: none;
}

.footer p{
	margin-bottom: 15px;
	
}

/* ---[ ADDENDUM ]----------------------------------------------- */


a {
	color: #575757;
	text-decoration: none;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 300;
}

a:hover {
	color: #0073a7;
	text-decoration: none;
}

.pdf a {
	text-indent: -9000px;
	width: 75px;
	height: 75px;
	background: url(../pdf_icon_gray.png) no-repeat scroll 0px 0px transparent;
	display: block;
}

.pdf a:hover {
	color: #0073a7;
	text-indent: -9000px;
	width: 75px;
	height: 75px;
	background: url(../pdf_icon_red.png) no-repeat scroll 0px 0px transparent;
	display: block;
}
.group {
	margin: 0 auto;
	padding-top: 50px;
}

.footer {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	width: 705;
	margin: 0 auto;
	padding-top: 50px;
	color:#666;
}

.footer a{
	text-decoration: none;
	color:#666
	;
}