/* CSS Document */
body.mceContentBody {
background-color: #291340 !important;
}
body { 
	font-size		: 13px;
	font-family		: Verdana, Arial, sans-serif;
	color				: #000000;
	padding-top		: 0px;
	margin			: 0px;
	background		: #291340;
}
td, tr, p, div {
	font-size		: 13px;
	font-family		: Verdana, Arial, sans-serif;
	color				: #000000;
}
h1 {
  font-family			: Georgia, Times, "Times New Roman", serif;
  font-size         : 18px;
  font-weight         : bolder;
  color             : #5a347c;
}
h2 {
  font-family			: Verdana, Arial, sans-serif;
  font-size         : 17px;
  font-weight         : bolder;
  color             : #5a347c;
}
a:link, a:visited {
  font-size         : 16px;
  color             : #eedf77;
  text-decoration   : none;
  font-weight       : bold;
}
a:hover {
  font-size         : 16px;
  color             : #7d4da9;
  text-decoration   : none;
  font-weight       : bold;
}
a.main:link, a.main:visited {
  font-size         : 16px;
  color             : #02d810;
  text-decoration   : none;
  font-weight       : bold;
}
a.main:hover {
  font-size         : 16px;
  color             : #7d4da9;
  text-decoration   : none;
  font-weight       : bold;
}
.footer {
  font-family       : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color             : #888888;
  font-size         : 12px;
  font-weight       : normal;
}
.footer a:link, .footer a:visited {
  font-size         : 12px;
  color             : #888888;
  text-decoration   : none;
  font-weight       : normal;
}
.footer a:hover {
  font-size         : 12px;
  color             : #FFF;
  text-decoration   : none;
  font-weight       : normal;
}