body
{
	background: #FFFFFF;
	color: #000000;
	margin: 8px 20px 16px 20px;
}

a
{
	color: #1F00FF;
}

a.visited
{
	color: #9900DD;
}

a:link:hover
{
	color: #9932CC;
	text-shadow: 2px 2px 9px #f44;
}

img.imgFooter
{
	border: none;
	display: inline;
	vertical-align: middle;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 400;
	color: #333333;
	text-align:center;
	background-color:#FFFFFF;
	margin 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer a:link
{
	color: #FF8C00;
	text-decoration: none;
	border-bottom: 0px;
}
#footer a:visited
{
	color: #FF8C00;
	text-decoration: none;
	border-bottom: 0px;
}
#footer a:hover
{
	color: #EB690C;
	text-decoration: none;
	text-shadow: 1px 1px #F9C150;
}
#footer a:active
{
	color: #FF0000;
	text-decoration: none;
	border-bottom: 0px;
}
#footer a:focus
{
	color: #FF0000;
	text-decoration: none;
	border-bottom: 0px;
}


#footer_bar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 700;
	color: #333333;
	margin 0 auto;
}

@media screen and (max-device-width: 480px)
{
	body
	{
		font-size: 175%;
	}
}
