.Title { 
		 font-family: Arial, Helvetica, sans-serif; 
		 font-size : 10pt;
		 font-size: 24px; 
		 color: #660066; 
		 font-weight: bold;
		 }
		 
body { 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10pt;
	 color: #000000;
	 background :  #EFC646;
	 border : none;
	 }
	 
.top-nav	
{	font-size : 8pt; 
 color: #3300ff; }
 
	 
.ads	 
{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 color: #000000;
	 }
	 
/* thin table, row and cell format */
.thin{
border: 1px solid #000}	 

	 /* Photo Captions*/
P.Photocap   {
	text-align : left;
	background-color : white; 
	font-size : 8pt;
	color : Black;
	font-weight: bold;
  }
  
a.Photocap   {
	text-align : left;
	background-color : white; 
	font-size : 8pt;
	color : Black;
	font-weight: bold;
  } 
   
td {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: #000000;
	 }
	 
	 
td.LeftNavigation {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 color: Black;
	 border : none;
	 vertical-align : top;
	 }
 
th {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10pt;
	 font-weight: bold;
	 color: #000080;
	 }

/* Default paragraph format */
P {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
  }
  
  
.navbar { 
	color: #003000; 
	text-decoration: none; 
	font-size: 13px; 
	font-family: Verdana; 
	font-weight : bold;
	text-align : center;
}	

.subnav {
	color: navy;
	text-decoration: none; 
	font-size: 9px; 
	font-family: Verdana; 
	font-weight : bold;
	text-align : center;
}	
	
.navbar:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 13px; 
	font-family: verdana; 
	font-weight : bold;
	text-align : center;	
}  
  
  
/* Subhead*/
P.Subhead   {
	text-align : left;
	background-color : white;
	font-size : 10pt;
	font-weight: bold;
	color : Navy;
 }  
  
  /* Subhead*/
P.Subhead-c   {
	text-align : center;
	background-color : white;
	font-size : 10pt;
	font-weight: bold;
	color : Navy;
 }
 
 
/* Photo Captions*/
P.Photocap   {
	text-align : left;
	background-color : white; 
	font-size : 8pt;
	color : Black;
	font-weight: bold;
  }  
  
 
/* Photo Captions*/
P.Photocap-c   {
	text-align : center;
	background-color : white; 
	font-size : 8pt;
	color : Black;
	font-weight: bold;
  }    
  
  
/* For  Left Navigation*/
P.left-navigation {
	margin-left : 1px;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color : white;
	color: blue;
	font-size : 8px; 
	font-weight : bold;
	text-align : center;
  }
  
/* For  BottomNavigation*/
P.BottomNavigation {
	margin-left : 1px;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color : white;
	color: #669999;
	font-size : 90%; 
	font-weight : bolder;
	text-align : center;
  }
   
/* Revision*/
P.Revision {
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color : white;
	font-size : 8pt;
	color : #CCCCCC;
  }

/* Centered paragraph format */
P.centered {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align : center;
  }
 
/* Top level header for Topics */


H2  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 color:#000080;
	 }

H3  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16pt;
	 color:#000080;
	 }

H4  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13pt;
	 color:#000080;
	 }
	 
	 

/* Link colors*/

A:link    { color: blue; text-decoration: none; }
A:visited { color: #CC3300; text-decoration: none;
font-weight: bold; }



  /* Images with no border */
IMG.clean {
	border : none;
}

/* Images on left */
IMG.lefttop{
	margin-left : 0em; 
	margin-right : 0.25em;
	margin-top: 0em;
	margin-bottom: 0.25em;
	border : none;
	float : left;
	vertical-align : top; 
}

/* Images on left  with a pad for bullets*/
IMG.leftpaddedctr {
	margin-left : 0em; 
	margin-right : 2em;
	margin-top: 0em;
	margin-bottom: 0.25em;
	border : none;
	float : left;
	vertical-align : middle;
}

/* Images on right */
IMG.righttop {
	margin-left : 0.25em; 
	margin-right : 0em;
	margin-top: 0em;
	margin-bottom: 0.25em;
	border : none;
	float : right;
	vertical-align : top; 
}  

