/* 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;
}
/* ----------------------------------------- BOTTOM HELPER */
#baseline {
	-khtml-border-radius:7px 0 0 0;
	-moz-border-radius:7px 0 0;
	-webkit-border-radius:7px 0 0 0;
	background-color:#eee;
	border-left:solid 1px #bbb;
	border-top:solid 1px #bbb;
	bottom:0;
	padding:6px 6px 0;
	position:fixed;
	right:0;
}
#baseline a { border:none !important; }
#baseline a img { border:none; }

