
BODY {
	margin : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	background : #FFF;
	text-align: center;
}


P {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 90%;
}

em {
	font-style: italic;
}

A {
	color : #000099;
	text-decoration : none;
}

A:Visited {
	color : #000099;
	text-decoration : none;
}

A:Active {
	color : #0000CC;
	text-decoration : underline;
}

A:Hover {
	color : #0000CC;
	text-decoration : underline;
}


/* ------------------------------------------------------------ */
/* Logo at very top of page */
#logoAtTop {
	top: 0px;
	left: 0px;
	right: 0px;

	padding: 5px 0px 5px 0px;

	background:#EEF;
	
	/* For testing */
/* 	border:1px solid #F00; */


}


/* ------------------------------------------------------------ */
#menu {
	margin: 0px;
	padding: 2px;

/*  	border: 1px solid #000; */

	color: #000000;
	background-color: #CCF;

	font-size : 11px;
}


#menu li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}

#menu a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#menu a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
	background-color: #DDE;
	text-decoration : underline;
}

#menu a:active {
	color: #000;
	background-color: #DDE;
	text-decoration : underline;
}



/* ------------------------------------------------------------ */


#mainBody {
	margin: 30px 30px 30px 150px;

	text-decoration : none;
	font-weight : normal;
 	text-align : left;
/* For testing */
/* 	border: 1px solid #FF0000; */
}

/* #mainBody P { */
/* 	font-size: 90%; */
/* 	font-family : Arial, Helvetica, sans-serif; */
/* } */

#mainBody hr {
	color: #0000FF;
}



/* ------------------------------------------------------------ */
.normal {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Size (percent) doesn't seem to work in IE 6 */
.normalHeading {
/* 	margin-top: 30px; */
	margin-top: 0px;
	margin-left: 00px;
	margin-right: 00px;
	margin-bottom: 5px;
	
	border-bottom: 1px solid #0000FF;

	font-size: 14pt;
	font-weight : bold;
}

.normalIndent {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 10px;
}




