/* CSS Document */body {	font-family: Arial, Helvetica, sans-serif;	color: #333333;	}a:link {	color: #19367E;	text-decoration: none;	}	a:visited {	color: #19367E;	text-decoration: none;	}	a:hover {	color: #339933;	text-decoration: underline;	}/*footer*/#footer {	border-top: 1px solid #CCCCCC;	margin: 0 15px 0 15px;	padding: 5px 0 .5em 0;	}	#footer p {	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;	font-size: .7em;	color: #707070;	text-align: center;	margin: 0 15px 0 15px;	padding: .3em;	}	#footer a:link, #footer a:visited {	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;	color: #707070;	}	#footer a:hover {	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;	color: #707070;	}	