.Title { 
		 font-family: Arial, Helvetica, sans-serif; 
		 font-size : 10pt;
		 font-size: 24px; 
		 color: #660066; 
		 font-weight: bold;
		 }
		 
body.main { 
	 font-family: Georgia, Verdana, sans-serif; 
	 font-size: 10pt;
	 color: white;
/*	 background : #DED6CE;  The IE and WORD background*/
	 background-color: #2E3D42;  /*Ideal monroe background in not browser safe */
	 border : none;
	 margin-top: 0px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-bottom : 0px;
	}
	
body.streaming { 
	 font-family: Georgia, Verdana, sans-serif; 
	 font-size: 10pt;
	 color: white;
/*	 background : #DED6CE;  The IE and WORD background*/
	 background-color: #9B8B7B;
	 border : none;
	 margin-top: 0px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-bottom : 0px;
	}
	
body.voicetotext { 
	 font-family: Georgia, Verdana, sans-serif; 
	 font-size: 10pt;
	 color: white;
/*	 background : #DED6CE;  The IE and WORD background*/
	 background-color: #BB5039;
	 border : none;
	 margin-top: 0px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-bottom : 0px;
	}
	
body.contact { 
	 font-family: Georgia, Verdana, sans-serif; 
	 font-size: 10pt;
	 color: white;
/*	 background : #DED6CE;  The IE and WORD background*/
	 background-color: #D4A97F;
	 border : none;
	 margin-top: 0px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-bottom : 0px;
	}
	
td {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: #000000;
	 }
	 
td.LeftNavigation {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 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: 250px;
	margin-bottom: 313px;
  }
  
  /* 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: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color : black; 
	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 */
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;
	}

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: 12pt;
	 color:#000080;
	 }

/* Link colors*/
A:link    { color: blue }
A:visited { color: maroon }
A:active  { color:#CC3300 }

  /* Images with no border */
IMG.clean {
	border : none;
	margin: 0;
	margin-left : 0em; 
	margin-right : 0.0em;
	margin-top: 0em;
	margin-bottom: 0.25em;
}

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