a:link { color: (51 0 255); text-decoration: underline; }
a:visited { color: (51 0 255); text-decoration: underline; }
a:hover { color: (51 0 255); text-decoration: underline; }
a:active { color: (51 0 255); text-decoration: underline; }

.button a:link { color: black; text-decoration: none; }
.button a:visited { color: black; text-decoration: none; }
.button a:hover { color: black; text-decoration: underline; }
.button a:active { color: black; text-decoration: none; }

.footer a:link { color: black; text-decoration: none; }
.footer a:visited { color: black; text-decoration: none; }
.footer a:hover { color: black; text-decoration: underline; }
.footer a:active { color: black; text-decoration: none; }

.header a:link { color: #3E3E3D;; text-decoration: none; }
.header a:visited { color: #3E3E3D;; text-decoration: none; }
.header a:hover { color: #3E3E3D;; text-decoration: underline; }
.header a:active { color: #3E3E3D;; text-decoration: none; }

.breadcrumbs a:link { color: #3E3E3D;; text-decoration: none; }
.breadcrumbs a:visited { color: #3E3E3D;; text-decoration: none; }
.breadcrumbs a:hover { color: #3E3E3D;; text-decoration: underline; }
.breadcrumbs a:active { color: #3E3E3D;; text-decoration: none; }

form.search input
{ font-size: 7pt; }

.button 
{ font-size: 10pt;
  font-family: arial;
  font-weight: bold; 
  padding-bottom: 15px; }

.header
{ text-decoration: none; 
  font-size: 10pt;
  font-family: arial;
  font-weight: bold;
  color: #3E3E3D; }

.footer 

{ text-decoration: none; 
  font-size: 8pt;
  font-family: arial;
  font-weight: bold; }

.breadcrumbs, .breadcrumbs a:link, .breadcrumbs a:visited
{
font-size: 11pt;
color: gray;
text-decoration: none; 
padding-top: 5px; 
font-weight: bold; 
font-family: arial; }

.breadcrumbs a:hover, .breadcrumbs a:active
{
text-decoration: underline; font-family:arial;
}

h1 {font-size:18px; color:#3AB5CE; font-family:arial,verdana, sans-serif; margin-bottom:0px;}
H2 {font-size:14px; font-family:arial,verdana,sans-serif; color:#A3A3A3; margin-top:0px; margin-bottom:10px;}