/* ========================================================
  @ Web Footer 
  	- webFooterInfo	: webFooter Info Text Style
======================================================== */

#webFooterLink{
	text-align: center;
}

#webFooterLink ul{
	margin: 0px;
	padding: 5px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

#webFooterLink li.inline{
	display: inline;
	padding: 0px 0px 0px 8px;
	border-left: 1px dotted #999;
}

#webFooterLink li.last{
	display: inline;
	padding: 0px 5px 0px 8px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}

#webFooterLink a{
	color: #666;
	text-decoration: none;
}

#webFooterLink a:hover{
	color: #09e;
	text-decoration: underline;
}

#webFooterInfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	color: #666;
}

#webFooterInfo a{
	color: #666;
	text-decoration: none;
}

#webFooterInfo a:hover{
	color: #09e;
	text-decoration: underline;
}

