﻿ /* Footer */
#footer 
{
	clear: both;
	color: #666666;
	width: 100%;
	margin: 0 auto;
	padding: 3px 0;
	text-align:center;
}

#footer p 
{
	margin: 0;
	line-height: normal;
	font-size: x-small;
}

#footer a 
{
	text-decoration:none;
	color: #666666;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer #legal a 
{
	text-decoration:underline;
}

#footer  #legal a:hover
{
	text-decoration:none;
}

#footer #small_links 
{
    margin-top: 6px;
    margin-bottom: 3px;
    font-size: 11px;
	font-weight: bold;
}
#footer #small_links  a
{
	color: #002BB8;
	text-decoration: none;
}
#footer #small_links  a:hover
{
	color: orange;
	text-decoration: underline;
}