* {
	margin: 0;
	padding: 0;
}

body {
    background: #394e6b;
	color: #000; /*#42291c;*/
	font-family: 'Ubuntu', Helvetica;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

a {
	color: #394e6b;
	text-decoration: none;
}

h1 {
    /* color: #d29d46;*/
    color: #394e6b;
    text-align: center;
}

h2 {
	color: #394e6b;
	font-size: 16px;
	margin: 30px 0 0 0;
}

table {
    border: none;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
    margin: 0 30px 30px 30px;
}

table tr td, table tr th {
    padding: 3px 10px;
}

table tr th {
    font-size: 14px;
}

table tr:nth-of-type(odd) td {
    /*background-color: #617189;*/
    background: #dedede;
} 

.box {
    background: #fff;
	display: block;
	margin: 20px auto 0 auto;
	width: 800px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.left, .right {
	color: #000;
	padding: 0 0 50px 30px;
	text-align: left;
	width: 500px;
}

.left {
	float: left;
	text-align: justify;
}

.right {
	float: right;
	font-size: 14px;
	padding: 0 30px 0 0;
	width: 200px;
}

.clear {
	clear: both;
}

a img {
    width: 200px;
}

section.content {
	padding: 60px 0 0 0;
	text-align: left;
}

footer.footer {
    color: #fff;
	font-size: 11px;
	line-height: 120%;
	margin: 20px auto 40px auto;
	width: 800px;
}

footer.footer em {
	font-size: 10px;
}