.FooterText {text-align: center;font-family: trebuchet ms, sans-serif; color: #ffffff; font-weight: 400;font-size:9pt; }
.FooterText a: visited {text-decoration:underline;color:#ffffff;background-color:transparent}
.FooterText a: hover   {text-decoration:underline;color:#ffffff;background-color:#ffffff}
.FooterText a: active  {text-decoration:underline;color:#ffffff;background-color:transparent}

.top {text-align: center;font-family: trebuchet ms, sans-serif; color: #ffffff; font-weight: 400;font-size:12pt; }

.PageTitle {text-align: Left;font-family: trebuchet ms, sans-serif; color: navy; font-weight: 600;font-size:15pt; }

/* From Main Site:*/
BODY
{
list-style-position: outside; 	    /*list-style-position** is for lists in body of page*/ 
font-family: trebuchet ms,verdana,helvetica,arial,sans-serif;
font-size: 12px;
color:navy;
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}
h2, h3, table, td, th, ul, ol, textarea, input
{list-style-position: outside; 	    /*list-style-position** is for lists in body of page*/ 
font-family: trebuchet ms,verdana,helvetica,arial,sans-serif;
font-size: 12px;
color:navy;
margin:0px;}

h1 {list-style-position: outside; 	    /*list-style-position** is for lists in body of page*/
margin-top: 15px; margin-right: 10px; margin-bottom: 3px; margin-left: 10px;
font-family: trebuchet ms,verdana,helvetica,arial,sans-serif;
font-size: 15px;
color:navy;}

p {list-style-position: outside; 	    /*list-style-position** is for lists in body of page*/
margin-top: 5px; margin-right: 10px; margin-bottom: 3px; margin-left: 10px;
font-family: trebuchet ms,verdana,helvetica,arial,sans-serif;
font-size: 12px;
color:navy;}
p a:hover {text-decoration:underline;color:navy;background-color:#ffffff}
p a:link {text-decoration:underline;color:navy;}

a.body:link    {color:navy;background-color:transparent;font-weight: 400;}
a.body:visited {color:navy;background-color:transparent}
a.body:hover   {text-decoration:underline;color:navy;background-color:transparent}
a.body:active  {text-decoration:underline;color:navy;background-color:transparent}

a.link:link    {text-decoration:none;color:navy;background-color:transparent;font-weight: 600;}
a.link:visited {text-decoration:none;color:navy;background-color:transparent}
a.link:hover   {text-decoration:underline;color:navy;background-color:transparent}
a.link:active  {text-decoration:underline;color:navy;background-color:transparent}


hr
{
background-color:navy;
color:silver;
}