html,body {
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#444;
	background:#222;
	}

a:link, a:visited {
	color:#112E3D;
	text-decoration:underline;
	}
a:hover {
	color:#AFC4C4;
	text-decoration:none;
	}
a:active {
	color:#AFC4C4;
	text-decoration:underline;
	}
table .sitecontainer {
	background:#FFF;
}

h1 {
	font-size:1.2em;
}
h2 {
	font-size:1.1em;
	padding:0;
	margin:0;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
.linktostock a:link, .linktostock a:visited, .linktostock a:hover, .linktostock a:active,a.linktostocklink {
	text-decoration:none;
	color:#372613;
	cursor:default;
}