/* style for table borders */
.border { border: 1px solid #48384F; }

.sitemap {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.sitemapli {
	margin-top: 5px;
}
.small {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #48384f;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #48384F;
  margin-top: 0px;
  margin-bottom: 0px;
  
}
h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  
}
h3, h3 a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #48384F;
  margin-top: 0px;
  margin-bottom: 6px;
  text-decoration: none;
}
h3 a { text-decoration: underline; }
h3 a:link { color: #48384f; }
h3 a:hover { color: #f90059; }

.emphasis {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
    color: #48384f;
}
/*
a. { text-decoration: underline;  font-weight : normal; }
a.:link { color: #48384F; }
a.:visited { color: #590059; }
a.:active { color: #800040; }
a.:hover { color: #590059; }/**/

ul {
  margin-top:5px;
  margin-bottom: 5px;
}
.spaced {
  padding-bottom: 5px;
}

/* below sets the standard paragraph text for the page */
p, td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #48384f;
}

.header {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
 margin-top: 4px;
  margin-bottom: 4px; 
}
.red {
    color: #FF0000;
}

body {background-color: #ffffff;  }

.footer {
  font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
font-weight: normal;
  color : #48384F;
  }
a.footer { text-decoration : underline; }
a.footer:link { color: #48384F; }
a.footer:visited { color: #590059; }
a.footer:active { color: #800040; }
a.footer:hover { color: #590059; }

body, html  {
  margin-top : 0px;
}


