/* CSS Document */
body {
	background-color: #deddf1;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100.1%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	margin: 0;
	padding: 0;
	font-size: 100%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	font-family: Arial, Helvetica, sans-serif;
	color: #5C6710;
	text-decoration: none;
}

a:visited {
	margin: 0;
	padding: 0;
	font-size: 100%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	font-family: Arial, Helvetica, sans-serif;
	color: #5C6710;
	text-decoration: none;
}
a:hover {
	margin: 0;
	padding: 0;
	font-size: 100%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	font-family: Arial, Helvetica, sans-serif;
	color: #5C6710;
	text-decoration: underline;
}

table {
	background-color: #e8e8f3;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 100%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 100%;
}
.text_normal {font-size: 0.8em}
.text_small {font-size: 80%}
.text_smaller {font-size: x-small}

#intro {
z-index:-1;
}

.intro {
font-family:Arial,Helvetica,sans-serif;
text-align:left;
line-height:18px;
font-size:12px;

}

.intro h2 {
color:#5C6710;
font-weight:bold;
font-size:16px;
margin-top:30px;
}
.intro h1 {
color:#5C6710;
font-weight:bold;
font-size:18px;
}

