
/*
-------------------------------------------------------------
CSS Structure:

01. Default styles for page design (not required for CSS Grid)
02. fixed (f) and percentage (p) column setup
-------------------------------------------------------------
*/


/* 01. Default styles for page design -------------------------- */

a {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	opacity: 1.0;
	text-decoration:none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

img,
img a {
	border:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}

img.logo,
img.logo a {
    width:520px!important;
    height:auto!important;
}

img.suspended,
img.suspended a {
    width:238px!important;
    height:auto!important;
}

.logobox{
text-align: center;
padding: 250px 0 0 0;
color: #000;
font-size: 1.5rem;
line-height: 1.5;
}

.clearer{
clear:both;
}


h1{
    font-weight: bold;
    font-size: 1.8rem;
    color: #000;
    text-align: center;
    margin: 80px 0 1.9rem 0;
    padding: 0;
}

h1.suspended{
    font-weight: bold;
    font-size: 1.8rem;
    color: #0070a5;
    text-align: center;
    margin: 0 0 1.9rem 0;
    padding: 0;
}

h2{
    font-weight: bold;
    font-size: 1.8rem;
    color: #0070a5;
    text-align: center;
    margin: 10px 0 15px 0;
    padding: 0;
}

ul{
margin: 10px 0 0px 0px;
padding: 0 0 15px 0;
list-style: square;
font-size: 1.6rem;
text-align: left;
line-height:20px;
}

li{
margin: 5px 0 0 20px;
}

table {
    border-collapse: collapse;
    margin: 0 0 15px 0;
}

table, th, td {
    border: 0px solid black;
}

th {
    text-align: left;
    vertical-align: top;
    width: 35%;
    font-weight: normal;
    padding: 4px 15px 4px 0px;
}

td {
    text-align: left;
    vertical-align: top;
    padding: 4px 0px 4px 0px;
}

.links{
float: left;
margin: 0 10px 10px 0;
padding: 0;
}


/* Warning Sign for Internet Explorer 7 users (This website does not support IE7) */

#warning {
	background-color:#333;
	padding:20px;
	color:#999;
	margin-bottom:10px;
	line-height:21px;
	font-size:16px;
}
#warning strong {
	color:#fff;
}
#warning a {
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#warning a:hover {
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: .fff;
}

/* 02. fixed (f) and percentage (p) column setup -------------------------- */

body {
	width:100%;
	margin:0 auto;
	background: #fff;
	color:#464648;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
    font-size: 1.4rem;
    line-height: 1.6rem;
	-webkit-text-size-adjust: none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
html {
	margin:0 auto;
	overflow-x:hidden;
    font-size: 62.5%; // 10px
}

.animate { /* Makes columns animate when @media css changes */
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

/* center columns */

.f1,
.f2,
.f3,
.f4,
.f5,
.f6,
.f7,
.f8,
.p1,
.p2,
.p3,
.p4,
.p5,
.p6,
.p7,
.p8
{
	font-weight:normal;
	margin:0 auto;
}
