@charset "UTF-8";
/* CSS Document */
body {
	font-size: 69%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #E4E4E4;
}
a:hover, a:active {
	color: #00d1b0;
	outline: none;
}
a:focus { 
	-moz-outline-style: none; 
	outline: none;
}
.bodytext {
	color: #E4E4E4;
	text-indent: 2em;
}
.noindent {
	color: #E4E4E4;
}
.centered {
	color: #E4E4E4;
	text-align: center;
	text-indent: 0em;
}
.highlight {
	color: #FFFFFF;
	font-style: italic;
}
.copyright {
	color: #999999;
	text-align: center;
}
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
