a{
	outline:none;
}
.navbar:link, .navbar:visited, .navbar:hover, .navbar:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navbar:hover {
	color: #FFFFFF;
}
.navbarSelected:link, .navbarSelected:visited, .navbarSelected:hover, .navbarSelected:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.navbarSelected:hover {
	color: #ffffff;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #0E4572;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:hover, a.footer_link:active {
	color:#333333;
	text-decoration: none;
	font-weight: normal;
}
a.footer_link:hover {
	text-decoration: underline;
}

a.legal_link:link, a.legal_link:visited, a.legal_link:hover, a.legal_link:active {
	color:#CCCCCC;
	text-decoration: none;
	font-weight: normal;
	margin-left:10px; 
	margin-right:10px;
}
a.legal_link:hover {
	text-decoration: underline;
}

a.button:link, a.button:visited, a.button:hover, a.button:active  {
	background-image: url(../Images/button_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	color: #FFFFFF;
	width: 65px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

a.button:hover {
	color: #CCCCCC;
}
