a#button {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left:75px;
	padding: 5px;
	display: block;
	width: 250px;
	font-weight: bold;
	border: 2px solid #FFF;
	background: #003674;
	color: #FFF;
	text-decoration: none;	
    text-align: center;
}
a:hover#button {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left:75px;
	padding: 5px;
	display: block;
	width: 250px;
	border: 2px solid #000;
	background: #8CADDA;
	color: #003674;	
	font-weight: bold;
	text-decoration: none;	
    text-align: center;
}

a.menu_link{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #002f73;
	font-weight: bold;
	text-decoration: none;
}

a.menu_link:link {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #002f73;
	font-weight: bold;
	text-decoration: none;
}

a.menu_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #8CADDA;
	font-weight: bold;
	text-decoration: none;
}

a.menu_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #B50039;
	font-weight: bold;
	text-decoration: none;
}

a.menu_link:active {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	color: #B50039;
	font-weight: bold;
}

.linkstabel {
	border-left: 1px solid #000;
	width: 310px;
	height: 124px;
	padding-left: 10px;
}

.linkstabeltd {
	width: 310px;
	padding-left: 10px;
}

.linkstabeltr {
	width: 310px;
}

