/*pale blue bgcolor, this will change from section to section*/
BODY { 
	background : #E0ECF3;  
}

/*background image for the header include, this will change from section to section*/
.Header {  
	background-image: url('/common/images/mastheads/mastheadBlue2.gif'); 
}


.FxLabel {
	font-size: 11px;
	text-decoration:none;
	color: #000064;
	text-align: right;

	border:0px;
	border-right: 1px;
	border-style: solid;
	border-color: #E0ECF3;

	padding-left:2px;
	padding-right:2px;
}

.FxData {
	font-size: 12px;
	color: #000064;
	text-align: center;

	border:0px;
	border-right: 1px;
	border-style: solid;
	border-color: #E0ECF3;

	padding-left:2px;
	padding-right:2px;
}

.FxTitle {
	font-size: 11px;
	text-decoration:none;
	color: #000064;
	text-align: center;
	background : #E0ECF3;  

	border:0px;
	border-right: 1px;
	border-style: solid;
	border-color: #ffffff;

	padding-left:2px;
	padding-right:2px;
}

.FxTitleBoxes {
	font-size: 10px;
	text-decoration:none;
	color: #000064;
	text-align: left;
	background : #E0ECF3;  
	background-image:url('/common/images/weatherSmallSquares.gif');
	background-repeat:no-repeat;

	border:0px;
	border-right: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.Date {
	font-size: 10px;
	color: white;
	text-align: right;
	background: #09036D;
}

INPUT {
	color:#CC0000;
	border: #000066 1px solid;
}
.Content {
	font-size: 12px;
	text-decoration:none;
	padding: 10px;
}


#subMasthead {
	width: 843px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	float: left;
	horizontal-align: center;	
	vertical-align: top;	
	background-image: url(/common/images/mastheads/convSubMasthead.gif);	
	background-repeat: no-repeat;	
}
	
