/*MPC : ONN.CSS*/

/* TEXT ELEMENTS */
body 
	{
	background-color: #ffffff; 
	font-family: arial, helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	font-size: 11pt;
	}


div, span
	{
	font-family: arial, helvetica, sans-serif;
	}
	
p 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	font-size: 10pt; 
 	color: #000080;			 /*--  #008080; --*/ /*-- both turquoise --*/
	}
	
	
td
	 {
	 font-family: arial, helvetica, sans-serif;
	 font-style: normal;
	 font-weight: normal; 
	 font-size: 10pt;
	 color: #000080;	   /*--  #058180; --*/    /*-- deep turquoise --*/ 
	 }
	
ul
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	}
	
ol 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	}
	
li
	 {
	 font-family: arial, helvetica, sans-serif;
	 font-style: normal;
	 font-weight: bold; 
	 font-size: 10pt;
 	 color: #000080;	
	 } 
	
.listpad
	{
	margin-bottom: 4px;
	}

.listpad_n
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 4px;
	}
	
.listbox
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt; 
	color: #FFFFFF;					/* --- white --- */
	background-color: #00C0C0;		/* --- turquoise --- */
	padding: 1px 1px 1px 1px;
	}


.listbox_t
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt; 
	color: #000080;					/* --- navy --- */
	background-color: #00C0C0;		/* --- turquoise --- */
	padding: 8px 8px 8px 8px;
	}
	

.head1
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt;
	color: #000080;	
	} 
	
.head2 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15pt;
	color: #000080;
	}

.head3
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13pt;
	color: #000080; 		/* --- color: #008080; --- */	  
	}

h1
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18pt;
	color: #000080;	
	} 

h2 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15pt;
	color: #000080;
	}
	
h3
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13pt;
	color: #000080;	
	}
	
	
	
	


.footnote
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 9pt;
	color: #000080;
	background-color: #C0FFFF;		/* --- pale turquoise --- */
	padding: 0px 0px 0px 0px;
	}
	
	
hr
	{
	color: #000080;	
	border-bottom: 1px solid;
	width: 100%;
	background-color: #ffffff; 
	}

/*NAVIGATION*/

a.link, 
a.link:visited
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt; 
	color: #000080;					/* --- navy --- */
	text-decoration: none;
	}

/*--- 
a.link:hover
	{
	color: #9966FF;						(--- mauve ---)
	text-decoration: underline
	}
---*/

a.bodylink, 
a.bodylink:visited
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal; 
	font-size: 11pt;
	color: #000080;						/* --- navy --- */
	text-decoration: underline;
	}
	
a.navlocal, 
a.navlocal:visited 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: #9966FF;						/*--- mauve ---*/
	text-decoration: none;
	}

a.navlocal:hover
	{
	color: #9966FF;						/*--- mauve ---*/
	text-decoration: none;
	}
	

a.leftmenu, 
a.leftmenu:visited, 
a.listbox, 
a.listbox:visited, 
a.hlink, 
a.hlink:visited 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: #000080;					/* --- navy --- */
	text-decoration: none;
	}

a.leftmenu:hover, 
a.listbox:hover, 
a.hlink:hover
	{
	color: #C00000;					/*--- dark red ---*/
	text-decoration: none;
	}

	
	
