﻿/*==============Type Styles==============*/

p {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	margin-top:4px;
	margin-bottom:10px;
}

h1 {
	font-size:18pt;
	color:#144482;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:8px;
}

h2 {
	font-size:16pt;
	color:#144482;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:8px;
}

h3 {
    font-size:14pt;
    color:#144482;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:normal;
    line-height:14pt;
    margin-top:5px;
	margin-bottom:8px;
}

h4 {
    font-size:14pt;
    color:#144482;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top:5px;
	margin-bottom:0;
}

h5 {
    font-size:12pt;
    color:#144482;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top:5px;
	margin-bottom:0;
}

ul {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
}

ol  {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
}

.signoff {
	font-size:xx-small;
	color:white;
}

   
A:link    { color:#0000FF}  
A:visited { color:#0000FF}
A:hover   { color:#0000FF;text-decoration: none;}
A:active  { color:#0000FF}

img {
	border:0;
}

a.signoff:link    { color:white}  
a.signoff:visited { color:white}
a.signoff:hover   { color:white;}
a.signoff:active  { color:white}







