@charset "utf-8";

A:link  {color: #0890d4; text-decoration:underline;}
A:visited  {color:#0890d4; text-decoration:underline;}
A:hover {text-decoration: overline underline; color:#e61404;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F4F0EA  ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.GenColTxt {
     font-family:"Trebuchet MS";
	 font-size: 12px; 
	 color:#000000;
	 text-align: left;
	 text-valign: top;

}

.Subtitle {
     font-family:"Arial";
	 font-weight:bold;
	 font-size: 12px; 
	 color: #0000AA;
	 text-align: center;
	 text-valign: top;

}
ul.Imglist     { text-decoration:none;
            list-style-image: url('images/FPbullet.jpg'); 
			list-style-position: inside;   
            color: #000000;
		    font-family: "Trebuchet MS" ;
		    font-size: 10pt;
		    font-weight: normal }
			
}

.title {
     font-family: "Arial Black";
	 font-size: 14px; 
	 color: #807000;
	 text-align: center;
	 text-valign: top;

}
.ListTable{
     font-family:"Arial";
	 font-size: 12px; 
	 color: #0000AA;
	 text-align: left;
	 text-valign: top;