body {
	margin: 0px;
	padding: 12px 5px 5px 6px; 
	font-size: 100%;
	background-color: #ffffff;
	}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	/* NN4 ignore  */
	/*/*/
	font-size: 1.2em;
	/* NN4 end ignore  */
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	}

.h1sub {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	/* NN4 ignore  */
	/*/*/
	font-size: 1em;
	/* NN4 end ignore  */
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 12px 0px;
	margin-top: -14px;
	}	

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	/* NN4 ignore  */
	/*/*/
	font-size: 1.05em;
	/* NN4 end ignore  */
	font-weight: bold;
	padding-top: 10px;
	margin: 0px;
	}

p, ul, .footer, .reg {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	/* NN4 ignore  */
	/*/*/
	font-size: .8em;
	/* NN4 end ignore  */
	}

.footer {
	padding: 18px 0px 12px 0px;
	}

ul {
	list-style-type: disc;
	}

.tab {
	list-style-type: circle;
	font-size: 120%;
	}

hr {
	color: black;
	background-color: black;
	}

.hrcentre {
	text-align: center;
	width: 35%;
	}

A:link {
	color: #0000ff;
	text-decoration: none;
	}

A:visited {
	color: #6666ff;
	text-decoration: none;
	}

A:hover {
	color: #6666cc;
	text-decoration: underline;
	}

A:active {
	color: #66cccc;
	text-decoration: underline;
	}

.reg {
	color: black;
	}
