/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:left;
	width:100%;
	font-size:14px;
	line-height:normal;
	border-bottom:1px solid #666666;
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("graphics/left2.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("graphics/right2.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFFFFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color:#99CC99;
}
.box {
  width: 160px;
  }
.box .boxtop {
  background: url(graphics/boxtop.png) no-repeat top;
  margin: 0;
  text-align: center;
  padding: 14px 14px 5px 14px;
  color: #ffffff;
  font-size: 16px;
  }
.box .boxtext {
  margin: 0 0 -6px 0;  
  text-align: left;
  padding: 5px 14px 2px 14px;
  color: #333333;
  font-size: 12px;
  background: url(graphics/boxmid.png) repeat-y top;
  }
.box .boxbot {
  margin: 0;
  height: 28px;
  background: url(graphics/boxbot.png) no-repeat bottom;
  }
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
	background-color:#006633;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: xx-large;
	color: #333333;
	margin:0px 0px 0px 0px;
}
.foot {padding:10px 10px 10px 10px;
	border-top:1px solid #666666;
}
.foot a:link{
	color:#FFFFFF;
	text-decoration:underline;}
	.foot a:visited{color:#FFFFFF;
	text-decoration:underline;}
h2 {
	font-size: large;
	color: #006633;
}
.style2 {
	color: #FFFFFF;
	font-size:12px;
}
.style3 {
	background-color:#99FF99;}
