.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: 9pt;
	 color: #000000;
	 background : White;
	 border : none;
	 }

  /* Blue Bold paragraph format */
P.bluebold {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color : #000080;
	font-weight : bold;
  }


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

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

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


/* Default paragraph format */
P {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
  }
  
/* For  Left Navigation*/
P.nav {
	margin-left : 1px;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color : white;
	color: #669999;
	font-size : 90
	text-align : left;
  }	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
/* Subhead*/
P.Subhead   {
	text-align : left;
	background-color : white;
	font-size : 10pt;
	font-weight: bold;
	color : Navy;
 }
	  
/* Subhead*/
P.Subhead-2   {
	text-align : center;
	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-2   {
	text-align : left;
	background-color : white; 
	font-size : 9pt;
	color : Black;
	font-weight: bold;
  }

P.Photocap-c   {
	text-align : center;
	background-color : white; 
	font-size : 8pt;
	color : Black;
	font-weight: bold;
  }
  

td {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: #000000;
	 }


td.bar {background-image : url(images/leftbar_02.gif);
	   background-repeat : no-repeat; }
	   
	   td.smalldetail {font-size : 2pt;}
       
       A.subpage  {
       	font-size : 9pt;
       	font-family : Verdana;
       	font-weight : normal;
       	font-style : normal;
       	color : maroon;
       	text-decoration : none;
		text-indent : 20px
       }

 
th {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10pt;
	 font-weight: bold;
	 color: #000080;
	 }


  
   
/* Revision*/
P.Revision {
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color : white;
	font-size : 9pt;
	color : #000000;
  }


/* 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 */
H1 {
		font-family :  Arial, Helvetica, sans-serif; 
		text-align : left;
		font-size : 22pt;
		font-weight : bold;
		padding-top: 0.5em;
		padding-bottom: 0.2em;
		border : none;
		color: Navy;
		background : White;
		margin-bottom: 0.5em;
	}



/* Link colors*/
       A  {
       	color : blue;
       	text-decoration : none;
       }
       
       A:Visited  {
       	color : teal;
       	text-decoration : none;
       }
       
       A:Active  {
       	color : #CC3300;
       	text-decoration : none;
       }
       
       A:Hover  {
       	color : Blue;
       	text-decoration : none;
       }  


  /* 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; 
}  
