/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#222;
	background-color:#ececec;

}

a:link {
	color: #1471C3;
}
a:visited {
	color: #1471C3;
}
a:active {
	color: #1471C3;
}
a:hover {
	color: #008000;
}


.footerText,a {
	font-family:Century Gothic;
	font-size:11px;
	color:#444;
	line-height:18px;
	padding-top:6px;
	padding-bottom:20px;
	font-style:normal;
	text-decoration:none;
}

#footerText, a:hover {
	color:#0155a7;
}

