﻿a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #3CC950;
	text-decoration: underline;
}
body {
	background-color: #333333;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
	margin: 0px;
	position: relative;
	top: 10px;
	text-align: center;
}
h2 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 20px;
	position: relative;
	top: 8px;
	text-align: center;
}
h4 {
	font-size: 16px;
	line-height:0.7;
	text-align: center;
}
img.logo {
	border: 0px;
	height: 122px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	top: 23px;
	vertical-align: middle;
}
p.padding {
	padding-left: 0.5cm;
	text-align: left;
}
td {
	width: 50%;
	padding:10px;
}
td.top {
	display: table-cell;
	vertical-align: text-top;
}
th {
	padding:10px;
}