body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,p,td,th {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #000000;
}
a.nav {
	font-size: 12px;
	color: #FFFFFF;
}
a.nav:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: underline;
	color: #030133;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {color: #FFFFFF}

.linklabel{
	position: absolute;
	z-index: 500;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFF;
	border: solid 1px #000;
	background-color: #B5494A;
	font-size: 9px;
	}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	margin: 0px;
	width: 350px;
	border: 1px solid #000000;
		}
.justify { text-align: justify; }



#NAV {
  float:left;
  width:100%;
  background: url("layoutIMG/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#NAV ul {
  margin:0;
  padding:10px 10px;
  list-style:none;
  }
#NAV li {
  float:left;
  background:url("layoutIMG/left.gif") no-repeat left top;
  margin:1;
  padding:0 0 0 9px;
  }
#NAV a {
  float:left;
  display:block;
  background:url("layoutIMG/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#NAV a:hover {
  color:#D00;
  }
#NAV #current {
  background-image:url("layoutIMG/left_on.gif");
  }
#NAV #current a {
  background-image:url("layoutIMG/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
