body {
	background-image: url(/images/background.gif);
	background-repeat: repeat;
	background-color: #222;
	margin: 0;
	padding: 12px;
	}

body, td {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
	}


A {
	text-decoration: none;
	color: #eee;
	}

A:hover {
	text-decoration:underline;
	}

P {
	padding: 0 0 10px 0;
	margin: 0;
	}

H1, H2, H3, H4 {
	font-family: arial, tahoma, verdana, sans-serif;
	padding: 0;
	margin: 0;
	}

H1 {
	font-size: 26px;
	}
H2 {
	font-size: 22px;
	}
H3 {
	font-size: 18px;
	}
H4 {
	font-size: 14px;
	}

.blendarea {
  width: 150px;
  }

.navigationcontainer {
  background-color: #47602A;
	width: 150px;
	}

.navigation {
	padding: 10px 2px 0px 17px;
	color: #eee;
	}

.navigation IMG {
	border-color: black;
	}

.footer, .footer A, .footer A:hover {
	background-color: black;
	font-size: 9px;
	color: #aaa;
	}

.footer {
	padding: 7px 25px 6px 17px;
	}

.contentcontainer {
	color: black;
	background-color: white;
	width: 595px;
	}

.contentcontainer A {
	color: #600;
	text-decoration:underline;
	}

.content {
	padding: 10px;
	}

.infobox, .infobox TD, .infobox A, .infobox A:visited, .infobox A:hover {
	background-color: #333;
	color: #ddd;
	}

.redbox, .redbox TD, .redbox A, .redbox A:visited, .redbox A:hover {
	background-color: #9d0b0e;
	color: #eee;
	}

.redbox {
	padding: 10px;
	}

.redbug, .redbug TD {
  background-color: #ad0b0e;
  color: #eee;
  }

.bluebug, .bluebug TD {
  background-color: #3e3b9d;
  color: #eee;
  }

.fixedbug, .fixedbug TD {
  background-color: white;
  color: #9f9f9f;
  }

.fixedredbug, .fixedredbug TD {
  background-color: #6e3e3f;
  color: #eee;
  }

.whitebox, .whitebox TD, .whitebox A, .whitebox A:visited, .whitebox A:hover {
	background-color: white;
	color: #black;
	border: 1px solid black;
	}

.whitebox {
	width: 400px;
	}

.infobox2, .infobox2 TD, .infobox2 A, .infobox2 A:visited, .infobox2 A:hover {
  background-color: #333;
  color: #ddd;
  padding: 10 px;
  }

.storetable {
        font-weight:bold;
        }

.greenbox {
  background-color: #47602A;
  color: #eee;
  padding: 10 px;
  }

.greybox {
  background-color: #E5E5E5;
  color: #0e0e0e;
  padding: 10 px;
  }

.greybox2 {
  background-color: #E5E5E5;
  color: #0e0e0e;
  }

.lightredbox {
  background-color: #F1E1E1;
  color: #0e0e0e;
  }

.greentext {
  color: #47602A;
  font-weight: bold;
  text-decoration: none;
  }

.greentext2 {
  color: #47602A;
  text-decoration: none;
  font-size: 10px;
  }