@charset "utf-8";
.hero {
    min-width: 480px;
    max-width: 1140px;
    background-color: #f1f1f1;
    margin-right: auto;
    margin-left: auto;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-box-shadow: 1px 0 2px #6C919C;
    box-shadow: 1px 0 2px #fff;
    background-size: 100% auto;
    clear: both;
    width: 100%
}
@media only screen and (max-width: 1140px) {
    .hero {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.article {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding: 10px;
    display: inline-block;
    text-align: center;
    min-width: 0
}
.article h1 {
	background-color: #B6D9F9;
	border-radius: 20px 20px 2px 2px;
	color: #3E5AA9;
	padding: 5px;
	margin: 0;
	background-size: 100% auto;
	border-bottom: thick solid red;
	font-family: 'Orbitron', Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400
}
.article h3 {
    background-color: #FFF;
    border-radius: 0 0 2px 2px;
    color: #3E5AA9;
    padding: 5px;
    margin: 0;
    background-size: 100% auto;
    border-bottom: thick solid red;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300
}
.article h3 u {
	font-weight: bold;
	font-size: 1.1emem;
}

.article a {
    text-decoration: none
}
.article img:hover {
    opacity: .5
}
.article table {
    margin: 0;
    padding: 1% 0 0;
    min-width: 460px
}
.article tr {
    margin: 0
}
.article td {
    padding: 0 1%
}
.imageback {
    border-radius: 2px;
    background-color: #B6D9F9;
    border-top: medium solid #FF0004
}
.article img {
    width: 100%;
    border-radius: 30px 3px 30px 2px;
    vertical-align: top
}
.article p {
    margin: 0 0 5px;
    text-shadow: 1px 1px 2px #FFF;
    font-style: oblique;
    color: #000
}
