/* redund for nn4 */

p, td, ul, ol, li, dl, dt, dd {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}


body {
	margin-top: 0;
	padding: 0;
	font-family: Times, Times New Roman, serif;
	font-size: 12px;
	text-align: center; /* for IE */
	background-color: #b4b4b4;
	color: #000000;
	}

/* main sections */
#mainbodycontent {
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px; 
	width: 800px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color: #ffffff;
	}

#mainbodycontent p {
	line-height: 14px;
	margin-right: 2px;
	}

#footer {
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #385983;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
	}

p.lists {
	margin: 0 0 0 0;
	}
	
	
	/* Default links 	*/

a:link, a:visited {
	text-decoration : none;
	background: transparent; 
	color: #385983;
	}

a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #000;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #000;
	background: transparent;  
	}


	/* Typography 	*/
	
h3, h4, h5 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 1px 0 5px 0;
	}

h1	{
	font-size: 24px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #385983;
	margin-top: 0px;
	margin-bottom: 9px;
	font-weight: bold;
	}


h2	{
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #385983;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	}


h3	{
	font-size: 14px;
	color: #385983;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h4	{
	font-size: 11px;
	color: #385983;
	font-weight: bold;
	text-transform: uppercase;
	}
	
p	{
	margin: 0 0 1em 0;
	}

ul {
	margin-top: 1px;
	list-style-type: square;
	margin-left: 2px;
	padding-left: 20px;
	border: 0px dotted green;
}

li {
	margin-bottom: 4px;
	margin-right: 15px;
	margin-left: 2px;
	line-height: 16px;
}

ol {
	margin-top: 1px;
	margin-left: 2px;
	padding-left: 20px;
	border: 0px dotted green;
}

ol li {
	margin-bottom: 12px;
	margin-right: 15px;
	margin-left: 2px;
	line-height: 16px;
}

ul a:link, a:visited {
	text-decoration : none;
	background: transparent; 
	color: #385983;
	}

