body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	/*color: #6677aa; */
	color: #000000;
  /* background: #ffffbd; */
	background: #000000;
	text-align: left;
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
  margin: 15px 15px 15px 15px;
}

.center {
  text-align: center;
}

h1,h2,h3,h4,h5,h6 {
  text-align: center;
  /* color: #993333; */
  /* color: #009ee7; */
  color: #D8092D;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #D8092D;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}	

.footnote {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	text-align: center;
	display: block;
}

.left {
  text-align: left;
  align: left;
}

ul,li {
  font-size: 12px;
  text-align: left;
}

img {
	border: 0;
	}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

a {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  outline: none;
  text-align: center;
  background: transparent;
  color: #ccc;
  padding: 0px;
  margin: 0px;
}

a:link {
  background: transparent;
  /* color:  #ccc; */
  color: #009ee7;
}

a:visited {
  background: transparent;
  /* color: #000; */
  color: #009ee7;
}

a:active {
  background: transparent;
  /* color:  #ddd; */
  color: #000000;
}

a:hover {
  background: transparent;
  /* color:  #7b7aa2; */
  color: #000000;
}

a.bodlink {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  outline: none;
  text-align: center;
  background: transparent;
  /* color: #cd9933; */
  color: #009ee7;
  padding: 0px;
  margin: 0px;
}

a.bodlink:link {
  background: transparent;
  /* color:  #cd9933; */
  color: #009ee7;
}

a.bodlink:visited {
  background: transparent;
  /* color: #993333; */
  color: #009ee7;
}

a.bodlink:active {
  background: transparent;
  /* color:  #cd9933; */
  color: #000000;
}

a.bodlink:hover {
  background: transparent;
  /* color:  #cc0000; */
  color: #000000;
}

a.bodlinklarge:link, a.bodlinklarge:visited {
  font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  /* color: #660000; */
  color: #009ee7;
  padding: 0px;
  margin: 0px;
}

a.bodlinklarge:active, a.bodlinklarge:hover {
	color: #000000;
}

a.nav {
  text-align: center;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

a.nav:link {
  color: #ffffff;
}

a.nav:hover {
  color: #ffffff;
  background: #3e238c;
}

a.nav:visited {
  /* color: #eeeeee; */
  color: #009ee7;
}

a.nav:active {
  background: #3e238c;
  color: #ffffff;
}

a.footer {
  font-size: 10px;
  color: #fff;
}

a.footer:link {
  color: #fff;
}

a.footer:visited {
  /* color: #aaa; */
  color: #fff;
}

a.footer:hover {
  color: #000;
}

a.footer:active {
  color: #000;
}

table.header {
  border-top: solid 3px #000000;
	border-left: solid 3px #000000;
	border-right: solid 3px #000000;
}

table.body {
  background: #ffffff;
  border: solid 3px #FFFFFF;
}

td.goldright {
  /* border-right: 3px solid #cd9933; */
  border-right: 3px solid #D8092D;
}

.gold {
	/* color: #cd9933; */
	/* color: #009ee7; */
	color: #D8092D;
	font-size: 14px;
}

.goldh1 {
	/* color: #cd9933; */
	color: #D8092D;
	font-size: 36px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
}

.goldh4 {
	/* color: #cd9933; */
	font-size: 26px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
}

.burg { 
	/* color: #993333; */
	color: #D8092D;
	font-size: 14px;
}

table.infobox {
  padding: 5px 5px 5px 5px;
	color: #ffffff;
	/* background: #993333; */
	/* color: #009ee7; */
	background-color: #ffffff;
	color: #D8092D;
	border: 3px solid #000000;
	font-size: 12px;
}

table.infobox tr {
	background-color: #ffffff;
}

table.footer {
  padding: 5px;
  color: #7b7aa2;
	background: #ffffff;
	border: 3px solid #000000;
	font-size: 10px;
	font-weight: bold;
}

table.footernav {
  color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

.lefmar { margin-left: 5px; }

.style1, .style2, style3, .style4, .style6, .style7, .style8, .style9, .style10 {
	/* color: #cd9933 */
	/* color: #009ee7; */
	color: #D8092D;
}	

.style5-2 {
	color: #D8092D;
}

.style5 {
	color: #000000; 
}

h1.style6 {
	color: #D8092D;
}


	

	

