/* Style sheet for the Diversus Web Site */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.terms {font-size: 10px; color: #335D7F; }
.copyright {font-size: 10px; color: #666666; }

a:link {
	color: #335D7F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #335D7F;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}

#contactdiv {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 488px;
	top: 142px;
}

.subheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	
}

.teambody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.teambody2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
}

.contactheaders {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}

.tdleftfill {
	background-image: url(../images/border_left_filler.jpg);
	background-repeat:repeat;
	}
	
.tdrightfill {
	background-image: url(../images/border_right_filler.jpg);
	background-repeat:repeat;
	}
	
.tdfooterfill {
	background-image: url(../images/border_foot_filler.jpg);
	background-repeat:repeat;
	}