/* CSS Document */
body {
	margin: 0 0 0 0 ;
	background-color: #666666;
}


/* SPACER */

.topstrip {
	background-color: #333333;
	width: 100%;
	height: 10px;
}
.whitestrip {
	background-color: #FFF;
	width: 760px;
	height: 1px;
}

/* TABLES */
.wrapper760 {
	width: 760px;
}
.wrapper694 {
	width: 694px;
	/*margin-left: 33px;*/
}
.wrapper439 {
	width: 439px;
}
.wrapper255 {
	width: 255px;
	height: 160px;
	background-image: url(../img/bgline_vert.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align:left;
	float:right;
}
.wrapper220 {
	width: 220px;
	height: 160px;
	text-align: left;
	float: left;
}
.wrapper219 {
	width: 219px;
	height: 160px;
	background-image: url(../img/bgline_vert.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
}
#leftmargin40 {
	margin: 0 0 0 40px;
}

/* BG COLORS */
#graybg {
	background-color: #4B4B4B;
}
#blackbg {
	background-color: #000;
}
#bg666 {
	background-color: #666;
}
#F78348bg {
	background-color: #F78348;
}
#whitebg {
	background-color: #FFF;
}

/* FONTS */
.footertxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.footertxt a:link, .footertxt a:visited {
	color: #CCC;
	margin-left: 30px;
}
.headline1 {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	text-decoration: underline;
	color: #666;
}
.headline2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	text-decoration: underline;
	color: #666;
}
.blurrytxt {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 10px 0 20px;
	color: #999;
}
.graytxt {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 10px 0 20px;
	color: #333;
}