a:link{
	color : #0000cc;
	text-decoration : none;
}
a:visited{
	color : #0000cc;
	text-decoration : none;
}
a:active{
	color : #0000cc;
	text-decoration : none;
}
a:hover{
	color : #3399ff;
	text-decoration : none; 
}


body{
	background-color: #ffffff;
	color : #000000;
	margin: 2em 0em 3em 0em;
	line-height: 150%;
}

p.toptitle{
	margin: 1em 0em 0em -0.5em;
	text-align: left;
}

h1.logo{
	margin: 1em 0em 0em -1em;
	text-align: left;
	font-size: small;
}


h2.section{
	margin: 1em -1em 1em -1em;
	border-left: 9pt #cc3333 solid;
	border-bottom: thin #cc3333 solid;
	padding-left: 6pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
}

h3{
	margin: 0em 0em 0em -0.5em;
}

hr.footer{
margin-left: -2em;
margin-right: -2em;
}

div.main{
	margin: 0em 3em 0em 3em;
}

p.goto-top{
	text-align: right;
}


