/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#F8F9F5;
	font-family:Tahoma;
	font-size:11px;
}

td, span, div {
	font-size:11px;
	font-family:Tahoma;
	color:#333333;
	line-height:15px;
}
a	{
	color:#333333;
	font-size:11px;
	text-decoration:underline;
}
a:hover	{
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

DIV.content {
	font-size:11px;
	line-height:1.5;
}

.bulletlist {
  margin-left: 2em;
  padding-left: 0;
list-style-type: square;
}

.subnav {
	background:#202020;
	color:#595858;
	font-size:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px;
}
.subnav a {
	color:#C9C9C9;
	text-size:10px;
}
.subnav a:hover {
	text-decoration:none;
	color:#fff;
}

.footer {
	color:#666666;
	text-size:10px;
	padding-top:10px;
}
.footer a {
	color:#333333;
	font-weight:bold;

}

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 4px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #C7C7C7}
ul#minitabs a#current{border-color: #CC511E;color: #fff}
ul#minitabs a:hover{border-color: #CC511E;color: #666}

div.navcontainer {
background-image:url('images/nav_bg.gif');
width:455;
height:40px;
color:#FCFDFC;
text-align:center;
}


