@charset "UTF-8";
/* CSS Document */

.navspace {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding-left: 0px;
}
a:link{
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-color:none;
	border-bottom-width:0;
	font-size: 14px;
}
a:link{
	font-family: Tahoma, Geneva, sans-serif;
	color: #F7AD51;
	border-bottom-style: none;
	border-bottom-color:none;
	border-bottom-width:0;
	font-size: 14px;
}

a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F7AD51;
	border-bottom-style: none;
	border-bottom-color:none;
	border-bottom-width:0;
}

a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #B83442;
	border-bottom-style: none;
	border-bottom-color:none;
	border-bottom-width:0;
}
a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-style: none;
	border-bottom-color:none;
	border-bottom-width:0;
}

a.foot:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.foot:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.foot:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.left{
float: left;
}
.right{
float: right;
}
#navlist
{
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 120px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #000;
	background-color: #CCC;
	background-image: url(pix/navbrush.gif);
	background-repeat: repeat-y;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #fff;
text-decoration: none;
}

#navlist li a:link { color: #333; }
#navlist li a:visited { color: #333; }

#navlist li a:hover
{
	color: #000;
	border-color: #000;
	background-color: #B5313F;
}

#navlist li a#current
{
	border-bottom: none;
	background-color: #333;
	color: #FFF;
}
.spancolor {
	color: #FFF;
}
.spancolor2 {
	color: #333;
}
b:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
b:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
b:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #F9C369;
	text-decoration: none;
	font-weight: bold;
}
b:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: normal;
