.trainingslider {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 800px;
	height: 450px;
}
iframe.trainingslider {
	border: thin solid #000;
}
.mini_text_centered {
	font-size: 10pt;
	text-align: center;
	font-weight: 700;
}
.corereqlink, .corereqlink-Span {
	padding: 10px;
	margin: 30px auto;
	text-align: center;
	font-weight: 700;
	width: 200px;
	height: auto;
	text-decoration: none;
	background-color: #FFC84A;
	border: thin solid #E19D00;
	color: #101219;
	display: block;
	clear: both;
	border-radius: 4px;
}
.corereqlink-Span {
	width: 250px;
}
.corereqlink-Span:hover, .corereqlink:hover {
	text-decoration: none;
	background-color: #101219;
	border: thin solid #000;
	color: #FFC84A;
	display: block;
	clear: both;
	box-shadow:0 0 5px 1px rgba(0,0,0,.7)
}
.corereqlink-Span:active, .corereqlink:active {
	text-decoration: none;
	color: #000;
	background-color: gray;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.7) inset;
}
#traininglink {
	margin: 15px auto;
	text-align: center;
	width: 150px;
	height: 133px;
	position:relative;
}
#arau {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.7);
}
#traininglink a:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(192, 192, 192, 0.5);
    position: absolute;
    top: 0;
    left: 0;
} 
.red {
	color: red;
}