/* CSS Document */

.messagebody		{
background: white;
color: #6C566A;
font-family: arial, helvetica, sans-serif, verdana;
font-size: 10pt;
font-weight: light;
margin-top: 30px;
margin-bottom: 10px;
margin-right: 25px;
margin-left: 90px;
}

a:link, a:visited {
  text-decoration: none; 
  color: #4C3271;
  font-family: arial, helvetica, sans-serif, verdana;
}

a:hover, a:active, a:focus {
  text-decoration: none; 
  color: orange;
  font-family: arial, helvetica, sans-serif, verdana;
}

a.linkbar:link, a.linkbar:visited {
  text-decoration: none; 
  color: #DE6B18;
  font-family: Arial;
  font-weight: light;
  font-size: 11px;
}

a.linkbar:hover, a.linkbar:active, a.linkbar:focus {
  text-decoration: none; 
  color: blue;
}

a.whitelink:link, a.whitelink:visited {
  text-decoration: none; 
  color: #FFFFFF;
  font-family: Arial;
}

a.whitelink:hover, a.whitelink:active, a.whitelink:focus {
  text-decoration: none; 
  color: #FF6600;
}

.header {
  color: white;
  font-family: Arial;
  font-weight: 800;
  font-size: 12px;
  text-indent:10px;
}

.headerbig {
  color: white;
  font-family: Arial;
  font-weight: 800;
  font-size: 28px;
  text-indent:10px;
}

.headerpurple {
  color: #4C3271;
  font-family: Arial;
  font-weight: 800;
  font-size: 14px;
}

.headergold {
  color: #FF6600;
  font-family: Arial;
  font-weight: 800;
  font-size: 14px;
}

.linkbar {
  color: #DE6B18;
  font-family: Arial;
  font-weight: light;
  font-size: 11px;
}

a.navlink:link, a.navlink:visited {
  text-decoration: none; 
  color: #4C3271;
  font-family: Arial;
  font-weight: 800;
  font-size: 14px;
}

a.navlink:hover, a.navlink:active, a.navlink:focus {
  text-decoration: none; 
  color: orange;
}

.footer {
  color: #426363;
  font-family: Arial;
  font-weight: light;
  font-size: 11px;
}