.midbodybg {
	font-size: 9pt;
	background-attachment: fixed;
	background-image: url(../images/midbodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.calendar {
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #333333;
	text-decoration: none;

}
.callendartitle {
	background-attachment: fixed;
	background-image: url(../images/calendartitlebg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 9pt;
	color: #333333;
}
.b4dash {
	font-size: 9pt;
	color: #333333;
	border: 1px dotted #666666;
}
.roundbgright {
	background-attachment: fixed;
	background-image: url(../images/roundbgleft.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.divbg {
	background-attachment: fixed;
	background-image: url(../images/tab00.gif);
	background-repeat: repeat-x;
}
td {
	font-size: 9pt;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
	color: #FF0000;
}
.bgcenter {
	background-repeat: no-repeat;
	background-position: center -5px;
}

.bortable {
	background-color: #006633;
}

.bortable tr {
	background-color:expression(rowIndex%2==0?'#F7FFF7':'#ffffff');
}