.boxContainer {
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
	padding: 10px 1% 10px 1%;
}
.boxContainerFull {
	width: 99%;
}
.boxContainerL {
	width:49%;
	float:left;
	margin-right: 1%;
	padding-bottom:10px;
}
.boxContainerR {
	width:49%;
	padding-bottom:10px;
}
th.boxM {
	background-image:url(../images/header_m.gif);
	background-repeat:repeat-x;
	font-size:20px;
	font-weight:bold;
	color: #ffff00;
	width: auto;
	text-align: center;
}
th.boxL {
	background-image:url(../images/header_l.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 20px;
}
th.boxR {
	background-image:url(../images/header_r.gif);
	background-repeat: no-repeat;
	width: 20px;
}
td.boxB {
	border: 3px solid #003399;
	border-top: none;
	padding: 3px;
}

th.quadBox {
	height: 58px;
	background-image: url(../images/top.gif);
	background-color: #0000FF;
	text-align: center;
	color:#FFFF00;
}
td.quadBox {
	border: 1px solid #0033ff;
	padding: 5px;
	background-color: #E6F2FF;
	font-size: 14px;
}

.title1_orange {
	float: none;
	background-color: #FF9900;
	background-image: url(../images/title_n_orange.gif);
	background-repeat: repeat-x;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	border-bottom: 1px solid #0000CC;
	border-left: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
}
.title2_orange {
	border-left: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	padding:3px;
	background-color: #E6F2FF;
	font-size: 12px;
	font-weight:bold;
}


.title1 {
	float: none;
	background-color: #000099;
	background-image: url(../images/title_n.gif);
	background-repeat: repeat-x;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #FFFF00;
}
.title2 {
	border-left: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	padding:3px;
	background-color: #E6F2FF;
	font-size: 14px;
}
.title2 img {
	margin: 0px 5px 5px 5px;
}
.title3 {
	float: none;
	background-image: url(../images/title_s.gif);
	background-repeat: repeat-x;
	padding: 5px;
	color: #FFFF00;
	font-size: 3px;
}
