body {
	margin: 0 0 0 0;
	background: #f2f2f2;	
	font-size: 9pt;
}

#leftbox {
	background-color: #e7f1ff;
	color: black;
}

#textbox {
	background-color: #ffffff;
	color: black;
}

#menu {
	background: url(bg_suede.gif) repeat-x left -74px;
	font-family: verdana, sans-serif;
	color: white;
}

#menu a {
	color: white;
	margin: auto 0.5em auto 0.5em;
	line-height: 1.4em;
}

#footer {
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

#links a {
	float: left;
	clear: both;
	}
	
h1 {
	font-family: courier, serif;
	font-size: 16pt;
	line-height: 100%;
	display: block;
	clear: left;
}

h2 {
	font-family: helvetica, serif;
	font-size: 16pt;
	line-height: 100%;
	display: block;
	clear: left;
}

h3 {
	font-family: verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 100%;
	display: block;
}

h4 {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	display: inline;
}

.author {
	padding-right: 2em;
	margin-bottom: 2em;
	margin-top: 4em;
	line-height: 150%;
	text-align: right;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	display: block;
}

p {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	line-height: 130%;
	background-color: inherit;
	color: black;
	text-align: justify;
	display: block;
}

img {
	border: thin solid;
	margin: 4px 0px 4px 0px;
	display: block;
}

ul {
	list-style: none;
}

li {
	font-family: verdana, sans-serif;
	line-height: 100%;
	text-indent: -3em;
}

a, a:visited, a:link {
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: #666688;
	background-color: inherit;
}

a:hover {
	color: #333355;
	background-color: inherit;
	text-decoration: underline;
}