@charset "UTF-8";
/* CSS Document */
*{
  margin: 0;
	padding: 0;
}
	
body  {
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}

td, div  {
	text-align: left;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
}

/* Yellow Box Specific */

#testbox {
	padding: 25px;
}
.boldOrangeMedium {
	font-size: 12px;
	font-weight: bold;
	color: #F30;
}
.horizontal-line-FCO {
	background-image: url(images/horizontal-line-FCO.png);
	background-repeat: repeat-x;
}
