@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,400&subset=latin,latin-ext);

body {
	font-family: 'Open Sans', 'Arial', sans-serif;
}

a img {
	text-decoration: none;
	border: 0px;
	border-style: none;
}


.table {
	margin: 0 auto;
	width: 950px;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: -1px;
	border: 1px solid #000000;
}

.header {
	border: 1px solid #000000;
	height: 110px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.logo {
	margin: 20px 50px;
}

.heading {
	border: 1px solid #000000;
	background-color: #000000;
}

h1 {
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	margin: 20px 0;
}

.subheading {
	border: 1px solid #000000;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	margin: 25px 0 10px 0;
}

h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin: 10px 0 25px 0;
}

.cell {
	border: 1px solid #000000;
	padding: 10px 15px;
}

.label {
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	width: 220px;
}

.name {
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, li {
	font-size: 14px;
	margin: 6px 0;
}

.footer {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #EDEDED;
}

.footer a {
	color: #FF0000;
	font-size: 20px;
}

ul {
	padding: 0;
	list-style-type: none;
}