
* {
	margin:0;
	padding:0;
}
body {
	background-color: #fcd816;
	color: #666666;
	font: small LucidaSans, Helvetica, Arial, sans-serif;
}
link {
	color: #666666;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 2;
	}

.textbox {
	font-family: LucidaSans, Helvetica, sans-serif;
	height: 540px;
	width: 375px;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	padding: 15px;
}

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

a:hover {
	color: #fcd816;}

h1 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.08em;
	color: #000000;
	margin-bottom: 20px;
}
h2 {
	font-style: normal;
	line-height: 200%;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 90%;
	margin-bottom: 10px;
}



h3 {
	font-size: 125%;
}p {
	margin-bottom: 15px;
	font-size: 93%;
	line-height: 1em;
}
h4 {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 30px;
	margin-right: 40px;
	font-size: 100%;
}
h5 {
	margin-bottom: 10px;
	font-size: 100%;
}
img {
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
}
td {
	background-color: white;
	border-right: 1px dotted #D9D9D9;
	vertical-align: top;
}
table {
	height: 650px;
	border-bottom-style: none;
	border-top-style: none;
	background-color: white;
	border-top: 1px;
	border-bottom: 1px;
	top: 180px;
	position: absolute;
}
