body {
 width: 100%;
  height: 100%;
 	padding:0px;
 	margin:0px;
 	font-family: Arial;
}

p {
	margin:0px;
	padding:0px;
	text-align: justify;
}

.outTable {
  width: 100%;
  height: 100%;
  background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	padding:29px;
}

.innerTable {
  width: 885px;
}

.minifont {
	font-weight: normal;
	font-size: 9px;
}

.minifont a {
	font-weight: bold;
	text-decoration: underline;
}

.minifont a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.smallfont {
	font-weight: normal;
	font-size: 11px;
}

.smallfont a {
	font-weight: bold;
	text-decoration: none;
}

.smallfont a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.headline_white {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
}

.headline_white a {
	font-weight: bold;
	text-decoration: none;
}

.headline_white a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.normalfont {
	font-weight: normal;
	font-size: 12px;
}

.normalfont a {
	font-weight: bold;
	text-decoration: none;
}

.normalfont a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.bigfont {
	font-family: Arial Black;
	font-weight: normal;
	font-size: 16px;
}

.bigfont a {
	font-weight: normal;
	text-decoration: none;
}

.bigfont a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.smallfont_normal {
	font-weight: normal;
	font-size: 11px;
}

.smallfont_normal a {
	font-weight: none;
	text-decoration: none;
}

.smallfont_normal a:hover {
	font-weight: none;
	text-decoration: underline;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

div {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

#inlinediv {
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}

#outTable .header {
  height: 119px;
	background-image: url(../images/header.gif);
	background-position: center left; 
}

#innerTable {
  margin-top: 10px;
  font-family: Arial;
  font-size: 13px;
}

#innerTable a {
  color: #000000;
  font-weight: bold; 
  text-decoration: none; 
}

#innerTable a:hover {
  color: #000000;
  font-weight: bold; 
  text-decoration: underline; 
}