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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
}
/*Wright Bros Content Area*/

.calloutblack {
	/*float:left;*/
	position:relative;
	color: #FFFFFF;
}
.calloutblack div.label {
	font-family:arial, helvetica, sans-serif;
	background:#000 url("../images/black_center_repeater.gif") top left repeat-x;
	margin:0 10px 0 10px;
	padding:0 0 0 10px;
	line-height:19px;
	height:19px;
	font-size: 11pt;
	font-weight: bold;
}
.calloutblack div.label div.tl {
	width:10px;
	height:19px;
	background:url("../images/black_left_corner.gif") top left no-repeat;position:absolute;
	left:0;
	top:0;
}
.calloutblack div.label div.tr {
	width:10px;
	height:19px;
	background:url("../images/black_right_corner.gif") top right no-repeat;position:absolute;
	right:0;
	top:0;
}
.calloutblack div.bl {
	width:26px;
	height:24px;
	background:url("../images/black_bottom_left.gif") top left no-repeat;
	position:absolute;
	left:0;
	bottom:0;
}
.calloutblack div.br {
	width:26px;
	height:24px;
	background:url("../images/black_bottom_right.gif") top right no-repeat;
	position:absolute;
	right:0;
	bottom:0;
}
.calloutblack div.bm {
	height:24px;
	width:868px;
	position:absolute;
	left:26px;
	right:26px;
	bottom:0;
	background-image: url(../images/black_bottom_repeater.gif);
	background-repeat: repeat-x;
	line-height:22px;
}
.calloutblack div.body {
	border-left:1px solid #333;
	border-right:1px solid #333;
	background-color:#FFFFFF;
	color:#000000;
	/*background-color:#CCCCCC;*/
	position:absolute;
	top:19px;
	bottom:24px;
	left:0;
	right:0;
	font-size:16pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url("../images/diamond-plate.gif");
	font-family: Arial, Helvetica, sans-serif;
}
.bottomLinks {
	color:#FFFFFF;
}
.bottomLinks a, a:visited {
	color:#FFFFFF;
}
.bottomLinks a:hover {
	color:#FF0000;
}
