html, body {
	margin: 0em;
	padding: 0 10px 1.0em 10px;
	font-size: 86%;
	text-align:left;
	background: rgb(255,255,255); /* white */
	color: rgb(60,79,92); /* blue gray */
	position:relative;
	}
	
/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, li, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img.screen { /* This turns off borders around images */
	border: 1px solid #333333;
	}

/* Ordinary paragraphs and list-items */
p, ul, ol {
	margin: 0em;
	padding: 0em;
	margin-bottom: 1.2em;
	font-size: 1.0em;
	}

ul li {
	font-size: 1.0em;
	margin-bottom:0.4em;
	}

/* General font sizing -- for IE */
input, textarea, select, td, th {
	font-size: 1.0em;
	}

/* General link colors */
a, a:visited, a:active {
	color: rgb(35,125,186); /* aqua */
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}



h1 {
	font-size:1.3em;
	font-weight:bold;
	margin-top:1.5em;
	margin-bottom:0.5em;
	color: rgb(0,82,148); /* blue */
	clear:both;
	}
	
