/*MPC : cac1.CSS*/

/* TEXT ELEMENTS */
body 
	{
	background-color: #ffffff; 
	font-family: arial, helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	font-size: 10pt;
	}


div, span
	{
	font-family: arial, helvetica, sans-serif
	}
	
p 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	font-size: 10pt; 
 	color: #404040;			 /*--  #000080; --*//*--  #008080; --*/ /*-- both turquoise --*/
	}
	
	
td
	 {
	 font-family: arial, helvetica, sans-serif;
	 font-style: normal;
	 font-weight: bold; 
	 font-size: 10pt;
	 color: #404040; 	  /*--  #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: #404040;				/*--  #000080; --*/
	 padding: 5px 10px 5px 5px;	
	 } 
	
.listpad
	{
	margin-bottom: 4px
	}

.listbox
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;				/*--  #000088; --*//* --- navy --- */
	background-color: #FFFFFF;		/* --- white --- */
	padding: 1px 1px 1px 1px;
	} 


	

.head1
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #404040;				/*--  #000080; --*/
	} 
	
.head2 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #404040;			/*--  #000080; --*/
	}

.head3
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: #404040; 			/*--  #000080; --*//* --- color: #008080; --- */	  
	}

h1
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	color: #404040;	
	} 

h2 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #404040;
	}
	
h3
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #404040;
	}
	
h4	
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #FF0000;
	}
	


div.footer
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 7pt;
	color: #404040;
	background-color: #C0FFFF;		/* --- pale turquoise --- */
	padding: 0px 0px 0px 0px;
	}
	
	
hr
	{
/* --- color: #000080;	--- */ 
	border-bottom: 1px solid;
	width: 100%;
	background-color: #808080; 		/* --- dark grey --- */
	}

	
	
/*NAVIGATION*/

a.link, 
a.link:visited

	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt; 
	color: #404040;					/* --- #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: 15pt;
	color: #808083;					/* --- light grey--- */
	text-decoration: underline;
	}
	
a.navlocal, 
a.navlocal:visited 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: #fffff9; 					/*--- off-white ---*/
	text-decoration: none;
	}

a.navlocal:hover
	{
	color: #9966FF;						/*--- mauve ---*/
	text-decoration: none;
	}
	


a.listbox, 
a.hlink, 
.listbox
 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
	color: #404043;						/* --- #000080;	--- *//* --- navy --- */
	text-decoration: none; 
	}
	
a.leftmenu:visited, 	
a.listbox:visited, 	
a.hlink:visited 
	{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
	color: #808086;				/* --- #000080;	--- *//* --- navy --- */
	text-decoration: none; 
	}
	

/* ---a.listbox:hover, 
.listbox
a.hlink:hover
	{
	color: #C00000;					/*--- dark red ---*/
	/* ---text-decoration: none; ---*/

	

