/*no formatting, just basic colours etc*/

body {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	background:#006;
background-image:url("../images/bg.gif");

	padding:0px;

	margin:0px;

	}

	
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #336;
	border-bottom:1px solid #336;
	}
a:link {
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #669;
	border-bottom:1px solid #669;
	}
a:active {
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	border-bottom:1px solid #99f;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

ol {
	margin-right:40px;
	}

li {
	margin-bottom:10px;
	}
img {
	border:0px
	}