* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #646466;
}
h1 {
	font-size: 1.3em;
	padding-top: 20px;
}
h2 {
	font-size: 1.2em;
	padding-top: 20px;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
}

img, fieldset {
	border: 0;
}
address {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #646466;
}
a:hover, a:active {
	text-decoration: underline;
}

div#content a {
	color:#08AFCC !important;
}

#textFooter {
	padding-left:40px; 
	padding-top:30px; 
	font-size:10px; 
	padding-bottom:20px;
}


