/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #fff;
}

h1 {
	text-transform:uppercase;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	color: #fff;
	border-bottom: 3px solid #fff;
	font-size: 3em;
	letter-spacing: .25em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url("../images/banner.png") no-repeat;
	height: 80px;
	padding-left: 150px;
}

#header {
	background: url("../images/banner_back.png");
}
#content { 
	padding: 0px 30px 0px 30px;
	}
	
thead {
	display: none;
}

tbody th {
	text-align: left;
	font-size: 2em;
	vertical-align: top;
	width: 280px;
	font-weight: normal;
}

tbody th a {
	color: #000;
	text-decoration: none;
}

tbody td {
	text-align: top;
	width: 500px;
	padding-bottom: 35px;
}

p {
	margin-top: 0px;
	line-height: 1.5em;
	text-align: justify;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

h2 {
	text-align: center;
	font-size: 2.6em;
}

table {
	margin: auto;
	width: 780px;
}

img {
	border: 0px solid #000;
	float: right;
	margin: 8px;
}

a img {
	border: 1px solid #000;
}
