html, body {
	background: url(../images/background.jpg);
	font: 1em/1.5 verdana,arial,helvetica,sans-serif;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}
img {
	border: none;
}
.mainTable {
	width: 768px;
}
.global {
	background: url(../images/global_greyBar.gif);
	height: 14px;
}
.time {
	background: #fff;
	color: #666;
	font: .55em/1.3 verdana,arial,helvetica,sans-serif;
	height: 12px;
}
.sideBar {
	background: url(../images/sideBar.gif);
	width: 8px;
}
.indexTitles {
	 font-size: x-large;
	 text-decoration: underline;
	 font-variant: small-caps;
	 font-family: Impact,Verdana;
}
.indexTable {
	width: 365px;
	padding: 0 10px 10px 10px;
	margin: 5px;
	border: 1px solid #999;
}
.whiteBack {
	background: #fff;
}
.white {
	color: #fff;
}
.red {
	color: #900;
}
.bottomBar {
	background: url(../images/bottomBar.gif);
}
.leftNavBack {
	background: url(../images/leftNav_back.gif);
	width: 220px;
}
.leftNav {
	background: url(../images/leftNav_back.gif);
	width: 220px;
	padding: 15px 40px 10px 10px;
	font-size: smaller;
}
.bodyContent {
	background: #fff;
	height: 300px;
	font-size: smaller;
	padding: 15px;
}
.pageTitle {
	font-size: larger;
	font-variant: small-caps;
	color: #006;
	font-weight: bold;
}
.rosterTableBorder td {
	border: 1px solid #999;
	padding: 2px 4px;
}
.tableBorderTitle {
	background: #039;
	border: 1px solid #333;
	padding: 0 4px;
	font-weight: bold;
	color: #fff;
}
.tableBorder {
	border: 1px solid #999;
	padding: 2px 4px;
}
.footer {
	background: url(../images/bottomBar_bottom.gif);
	font-size: x-small;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding-right: 10px;
	height: 60px;
}
