/*
*	Few common elements
*/

a, a:visited, a:active
{
	color: #222;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: underline;
	} html>body a, a:visited, a:active {
	border-bottom: #222 dashed 1px;
	text-decoration: none;
} 
a:active {
	color: #900;
}
a:hover, a:visited:hover, #BoxFooter a:hover, #BoxFooter a:visited:hover
{
	color: #FF6600;
	border: none;
	text-decoration: underline;
	} html>body a:hover, a:visited:hover {
	border-bottom: #FF6600 solid 1px;
	text-decoration: none;
}

#BoxFooter a, #BoxFooter a:visited, #BoxFooter a:active {
	color: #EDEDED;
	text-shadow: #999 0 1px 1px;
	border: none;
	} html>body #BoxFooter a, #BoxFooter a:visited, #BoxFooter a:active {
	border-bottom: #EDEDED dashed 1px;
}

big {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-left: 25px;
	padding-bottom: 5px;
}