﻿
.footer	{

	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	letter-spacing: +.5px;
	font-weight: normal;

	width: 100%;
	text-align: center;

}
.footercopy	{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: +.5px;
	font-weight: normal;

	width: 100%;
	text-align: center;

}


#footernav{
	
	font-family:arial;
	list-style-type:0;
	padding:0;
	color: #f47920;
	font-size: 11px;
	letter-spacing: -1px;
	font-weight: normal;

	width: 100%;
	text-align: center;
	/*float: right;*/
	/*font-size: 11px;*/
	}
#footernav a{
	color: #f47920;
	border-top: 1px solid #cccccc;
	padding: 10px 0px 6px 2px;
	/*background: #FFF;*/
	margin: 0px 8px 0px 6px;
	font-size: 11px;
	text-decoration:none;
}
#footernav a:hover{
	color: #f47920;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

