body{
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-style: 
   background: #FFFFFF;  
   font-size: 12pt;
}
h2 {
    /* Banner heading -- not using right now */
	font-weight: bold;
	background: url(WebImage/header.jpg);
	border: none;
	height: 108px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	border-collapse: collapse;
	max-width: 820px;
	margin-left:auto;
	margin-right:auto;
}
h3 {
    /* Section heading text */
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	border: none;
}
h4 {
    /* For some reason, h4 would not work on the phone
     * always ended up with smaller text and couldn't control
     * the size */
    color: #1569C7;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	border: none;
	height: 5px;
	padding: 0px 5px 5px 5px;
}
p {
	font-weight: normal;
	color: black;
	border: none;
}
table {
	padding: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}
td {
	 
	font-weight: normal;
	
}
td.top_banner {
	background: url(WebImage/header.jpg);
	max-width: 800px;
	width: auto;
	vertical-align: top;
	height: 105px;
	padding: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}
td.buttons {
	background: #cccccc;
	max-width: 800px;
	width: auto;
	font-size: 2pt;
	text-align: Center;
	vertical-align: top;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}
td.textsection {
	background: #FFFFFF;
	max-width: 800px;
	width: auto;
	text-align: Left;
	font-size: 11pt;
	/* font-style: italic; */
	padding: 0px 11px 0px 10px;
	margin-left:auto;
	margin-right:auto;
}
td.borderedtextsection {
	background: #FFFFFF;
	padding: 10px 11px 10px 10px;
	max-width: 800px;
	width: auto;
	font-size: 11pt;
	border:1px solid black;
	text-align:Left;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
}
li {
	text-align: left; 
	font-weight: normal
}
a.imagelist {
   float: left;
   margin: 10px 10px 10px 10px;
   /* border: 1px solid black;  */
}
 



