body {
	margin: 0px 0px 0px 0px;
	background-image: url("images/background4.jpg");
}

td {
	font: 9pt  Arial;
	color: #4D4D4D;
}

h1 {font:  bold 11.5pt Arial, Helvetica, sans-serif;
	color: black;} 
	
	h2 {font: bold 9pt Arial;
	color: #91632F;}

hr {height: 1px; color: #ADBDC7;}

a {
	text-decoration: none;
	color: #072A44;
}

a:hover {
	color: #ADBDC7;
	text-decoration:underline;
}

td.nav {
	background-image: url("images/tile-left.gif");
	background-repeat: repeat;
}

td.body {
	padding:15px;
}

td.right {
	background-image: url("images/tile-right.gif");
	background-repeat: repeat;
}

td.bottomnav {
	background-image: url("images/bottom.jpg");
	background-repeat: no-repeat;
	font: 8.5pt arial;
	color: white;
	padding:5px;
}

td.bottomnav a {
	text-decoration: none;
	color: white;
}

td.bottomnav a:hover {
	text-decoration: underline;
	color: #ADBDC7;
}

td.webonav a {
	font: bold 7pt arial;
	text-decoration: none;
	color: white;
}

td.webonav a:hover {
	text-decoration: underline;
	color: #ADBDC7;
}

td.adminnav {
	background-color:#FFFFFF;
	height:20px;
	border-bottom:1px solid #000000;
}
td.adminnav a {
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	border-right:1px solid #000000;
	padding:1px 10px;
	background-color:#FFFFFF;
}
td.adminnav a:hover {
	color:#000000;
	font-weight:bold;
	background-color:#E1E1E1;
}

.formCellLabel {
	text-align:right;
	font-weight:bold;
}

.actionLink {
	font-weight:bold;
}
.headRow {
	font-weight:bold;
	background-color:#E1E1E1;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.primRow {
	border-bottom:1px solid #CCCCCC;
}
.altRow {
	background-color:#D8E3B5;
	border-bottom:1px solid #CCCCCC;
}
#teamtable td {
	font-size:8px;
}
td.verticalColumn {
	writing-mode: tb-rl;
	filter: flipv fliph;
	font-weight:11px;
}