.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 : #DED6CE;  The IE and WORD background*/
	 background : White; 
	 border : none;
	 margin-top: 0px;
	 margin-left: 5px;
	 margin-right: 5px;
	 margin-bottom : 5px;
	 }

	 

td {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: #000000;
	 }

	 

	 

td.twocolleft{
	 vertical-align : top;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: #000000;
	 width : 49%;
	 }

	 

td.twocolright{
	 vertical-align : top;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: #000000;
	 }

	 

td.vertrule {
	 background-color : #CCCCCC;
	 width : 2px;
	  }

	 

td.vertbumpersmall {
	 background-color :  white;
	 width : 5px;
	  }

	 

td.vertbumperbig {
	 background-color :  white;
	 width : 10px;
	  }

	 

td.LeftNavigation {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: Black;
	 border : none;
	 clear : left;
	 }

 

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;
  }

  

  /* Blue Bold paragraph format */

P.bluebold {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color : #000080;
	font-weight : bold;
  }



/* For  Left Navigation*/
P.LeftNavigation {
	margin-left : 1px;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color : white; 
	color: #669999;
	font-size : 95%; 
	text-align : left;
	font-weight : bolder;
  }

  
/* 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;
  }
  

/* Invisible placeholder paragraph format */
P.hidden {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 8pt;
	background-color : white; 
	color : white;
  }


/* Subhead*/
P.subhead   {
	text-align : left;
	background-color : white;
	font-size : 10pt;
	color : Navy;
	font-weight: bold;
  }


/* Subhead -- center*/
P.Subhead-c   {
	text-align : center;
	background-color : white;
	font-size : 10pt;
	color : Navy;
  } 


/* Top level header for Topics */
H1 {
		font-family :  Arial, Helvetica, sans-serif; 
		text-align : left;
		font-size : 22pt;
		font-weight : bold;
		padding-top: 0;
		padding-bottom: 0;
		border : none;
		color: Navy;
		background : White; 
		margin-top: 0;
		margin-bottom: 0;
	}

	
	/* Top level but like H3 */
H1.keytopic  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16pt;
	 color:#000080;
	 }





H2  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16pt;
	 text-align : left;
	 margin-bottom: 0;
	 margin-top: 0.5em;
	 padding-top: 0;
	 padding-bottom: 0;
	 border : none;
	 color:#000080;
	 background : White; 
	 }

H3  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16pt;
	 color:#000080;
	 }


H4  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12pt;
	 color:#000080;
	 margin-bottom: 0;
	 margin-top: 0.5em;
	 padding-top: 0;
	 padding-bottom: 0;
	 border : none;
	 }

/* Link colors*/
A:link    { color: blue }
A:visited { color: maroon }
A:active  { color:#CC3300 }


/* Minor Link colors*/
A.minor:link    { color: #696969 }
A.minor:visited { color: Teal }
A.minor:active  { color: #FA8072 }


/* Invisible Link colors*/
A.invisible:link    { color: #0B0B31;  text-decoration: none;  }
A.invisible:visited { color: Teal;  text-decoration: none;  }
A.invisible:active  { color: #FA8072;  text-decoration: none;  }


B.soft {
		color: #585858;
/*color: #0A0C2F;
color: #330000;
color: #484848;*/
		font-weight: bold;
} 

B.red {
		color: red;
		font-weight: bold;
} 

B.smallboldcomputer {
font: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 8pt;
 }
 
 
/* Images with no border */
IMG.clean {
	border : none;
}


IMG.cleanbaseline {
	border : none;
   vertical-align : baseline; 
}


/* 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; 
}


/* centered image on left  with a pad for bullets*/
IMG.leftpadded {
	margin-left : 0em; 
	margin-right : 2em;
	margin-top: 0em;
	margin-bottom: 0.25em;
	border : none;
	float : left;
}


/* centered image 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; 
} 


/* Centered group */ 
DIV.centered {
	float: inherit;
	clear: inherit; 
	text-align: center;
}

