html {
	margin: 0 0 0 1em;
}

BODY {
	background-color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: normal;
	color : #000000;
    	text-align: justify;
	text-indent: 0;
	#margin: 1em 2em 1em 20em;
	line-height: 1.3;
}

p {
    	margin: 0;
}


div.navigation {
    	position : absolute;
    	top: 2em; right: auto; bottom: 1em; left: 1em;
	border: thin solid;
	padding: 2em 2em 2em 2em;
	background: #ffffff;
    	width: 6em;
}

div.content {
	margin: 2em 2em 2em 2em;
	border: thin solid;
	padding: 2em 2em 2em 2em;
	background: #ffdddd;
    	width: 35em;
}

div.quote {
	margin: 1em auto 2em 4em; 
	font-style: italic;	
	font-size: small;
}


A:LINK {
	color : #000000;
}

A:VISITED {
	color : #222222;
}

A:HOVER {
	color : White;
	background-color : #000000;
}
A:ACTIVE {
    	color : White;
    	background-color : #000000;
}

A.contact {
    	font-size: smaller;
}

h1 {
	text-align: left;
	margin: 0 0 2.5em 0;
	font-size: larger;
    	font-weight: bold;
    	text-transform: uppercase;
}

h2 {
	text-align: left;
	margin: 2.4em 0 1.1em 0;
	font-size: large;
    	font-weight: 700;

}

h3, h4, h5 {
	text-align: left;
	margin: 2.4em 0 1.1em 0;
	font-size: larger;
	font-weight: bold;
}


TD {
	font-size: 10pt;
}

.error {
	color : Red;
	font-size : 10pt;
}
.small {
	font-size : xx-small;
}
