/* IMPORT GLOBAL PRINT STYLES */
@import url('FSEC_Global_Screen.css');

/* BEGIN DIVISION SPECIFIC PRINT STYLES */
#Header {
	height: 154px;
	width: 760px;
	background-image: url(../templates_images/consumer_header.jpg);
	background-repeat: no-repeat;
}
#Calendar {
	border: 1px solid #CCCCCC;
	margin-left: 6px;
	margin-top: 26px;
	background-image: url(../en/images/CalendarBKG_2x200.jpg);
	background-repeat: repeat-x;
}
#Calendar h1 {
	font-size: 12px;
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	margin-bottom: 10px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	padding-top: 4px;
}
#Calendar th {
	font-size: 10px;
	color: #666666;
	text-align: left;
}
#Calendar table {
	margin-bottom: 4px;
}

#Calendar td {
	font-size: 10px;
}
#Body #Content {
	width: 740px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}