/* CSS Document */

/* FOOTER ===================================================================== */
#footer {
	font-size:0.6em;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	color:#aaa;
	border-top: 1px solid #ccc;
/*	border-bottom: 1px solid #ccc;*/
}

#footer a {
	text-decoration: none;
	color:#aaa;
}
#footer a:hover,
#footer a:active,
#footer a:focus{
	text-decoration: underline;
	color:#444;
}
#footer td {
	padding: 10px 5px;
	margin: 0px;
}
#footer ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
#footer ul li {
	padding: 0px;
	margin: 0px;
}

.footerLeft {
	text-align: left;
	margin: 0px 0px 0px 5px;
}
.footerCenter{
	text-align: center;
}
.footerRight {
	text-align: right;
	margin: 0px 5px 0px 0px;
}

/*
#footerPanel1,
#footerPanel2,
#footerPanel3 {
	list-style-type:none;
	text-decoration: none;
	padding: 0px 5px;
	margin: 0px;
	color:#aaa;
	border-top : 1px solid #aaa;
	border-bottom : 1px solid #aaa;
}
#footerPanel1 a,
#footerPanel2 a,
#footerPanel3 a  {
	text-decoration: none;
	color:#aaa;
}

#footerPanel1 a:hover,
#footerPanel2 a:hover,
#footerPanel3 a:hover,
#footerPanel1 a:active,
#footerPanel2 a:active,
#footerPanel3 a:active,
#footerPanel1 a:focus,
#footerPanel2 a:focus,
#footerPanel3 a:focus{
	text-decoration: underline;
	color:#444;
}

#footerPanel1 ul,
#footerPanel2 ul,
#footerPanel3 ul {
	list-style-type:none;	
	font-size:0.6em;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	color:#aaa;
}
#footerPanel1 ul li,
#footerPanel2 ul li,
#footerPanel3 ul li{
	padding-top:0px;
}

#footerPanel1 {
	width:135px;
	float: left;
}
#footerPanel2 {
	width:500px;
	float: left;
}
#footerPanel3 {
	width:135px;
	float: right;
}
*/