body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #3F3F3F;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a:link, a:visited {
	color: #39356A;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8980FF;
	text-decoration: underline;
	font-weight: bold;
}

a:link.selected, a:visited.selected {
	color: #8980FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover.selected {
	color: #8980FF;
	text-decoration: underline;
	font-weight: bold;
}

#bisbypage {
	position: relative;
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}

#bisbytop {
	height: 174px;
	background: url(../img/bisby-top.jpg);
}

#bisbymenu {
	position: absolute;
	left: 30px;
	top: 130px;
	width: 764px;
	height: 22px;
	border-top: 1px solid #3F3F3F;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#bisbyheader {
	position: absolute;
	width: 824px;
	height: 26px;
	top: 180px;
	left: 0px;
	background: url(../img/top-div.jpg);
}

#bisbyleft {
	position: absolute;
	left: 1px;
	top: 206px;
	width: 12px;
	height: 464px;
	background: url(../img/left-div.jpg) repeat-y;
}

#bisbyright {
	position: absolute;
	left: 811px;
	top: 206px;

	width: 13px;
	height: 464px;
	background: url(../img/right-div.jpg) repeat-y;
}

#bisbybackground {
	position: absolute;
	left: 13px;
	top: 206px;
	width: 798px;
	height: 464px;
	background: #FFFFFF;
}

#bisbycontent {
	position: absolute;
	left: 45px;
	top: 210px;
	width: 734px;
	height: 446px;
	text-align: left;
}

.texttitle {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.textsubtitle {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-left: 6px;
}

.contenttext {
	text-align: justify;
	font-weight: normal;
	font-size: 12px;
	padding-left: 12px;
}

.cvtable {

}

.cvtable tr {
	
}

.cvtable th {
	text-align: right;
	font-weight: normal;
	width: 128px;
}

.cvtable td {
	padding-left: 12px;
	vertical-align: middle;
}

#bisbyfooter {
	position: absolute;
	width: 824px;
	height: 30px;
	top: 670px;
	left: 0px;
	background: url(../img/bottom-div.jpg);
}

