@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}

h1 {
	color: #339999;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

a:link{
	height: 100%;
	width: 100%;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #339999;
}

a:visited {
	color: #666666;
	text-decoration: none;
}


li {
	padding-top: 5px;
	padding-bottom: 3px;
	width: 200px;
	border-bottom: 1px solid #666666;
	list-style: none;
	margin-left: -40px;
	}
	

#left {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 660px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-right: 1px solid #e0e0e0;
	text-align: left;
}

#left img {
	padding-bottom: 20px;
}

#right {
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#right img {
	padding-bottom: 20px;
}

td {
	padding-bottom: 20px;
	}

