body {
  background-color: #FFFFFF;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-size: 9px;
}
a:active { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #999999; text-decoration: underline }


.heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	font-weight: bold;
}
.tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.linx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.border-right {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.back-man {
	background-image: url(images/image-woman.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.float-rt {
	padding: 5px;
	float: right;
}
.float-lt {
	padding: 5px;
	float: left;
}
.body-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.body-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
}
.back-head {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

#nav {
	margin:0;
	padding:5px 10px 10px 10px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	width:150px;
	}

#nav li {
	position:relative;
	list-style:none;
	}

#nav a {
	background:url(/images/icon-arrow-bw.gif) left no-repeat;
	height:30px;
	line-height:30px;
	display:block;
	padding-left:30px;
	}
	
#nav a:hover {
	background:url(/images/icon-arrow-bw-hover.gif) left no-repeat;
	display:block;
	background-color:#cccccc;
	color:#ffffff;
	text-decoration:none;
	}

.style7 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style8 {color: #B3B4B6}
.style14 {color: #FF0000}

#popitmenu{
position: absolute;
background-color: #CCCCCC;
border:1px solid black;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #FFFFFF;
}
.style6 {
	color: #FF0000;
	font-weight: bold;
}
body {
}



.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */