@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#mainContent {
	width: 710px;
	text-align: left;
	
	font-size: 14px;
}
h1 {
	font-size: 24px;
	text-align: center;
	
	margin-top: 0;
}

h2 {
	font-size: 20px;
	text-align: left;
	
	margin-top: 0;
	margin-bottom: 0;
}

td, tr {
	vertical-align: top;
	text-align: left;
	
	font-size: 16px;
}
.choose {
	background-image: url(choose-background.png);
	width: 255px;
	height: 160px;

	vertical-align: middle;
	
	padding-top: 7px;
}
.choose a {
	position: relative;
	right: 1px;
}
img {
	border: none;
}
a {	
	color: rgb(8, 96, 168);
	text-decoration: none;
	
	border: none;
}
a:hover {
	text-decoration: underline;
}
.hplist {
	list-style: none;
	padding-left: 43px;
	#padding-left: 23px;
}
#footer {
	text-align: center;
	
	margin-top: 25px;
	border-top: solid 1px #DDDDDD;
	
	padding: 5px;
	
	font-size: 11px;
	color: #DDDDDD;
}
#footer a {
	color: #777777;
}