body {
	text-align: left;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
table tr td {
	text-align: left;
}
.mySiteLeft {
	font-family: Times;
	font-size: 14px;
	margin-right: 15px;
}
.mySiteRight {
	width: 200px;
}
.mySiteRight div {
	padding: 5px;
}

table.list {
	background: #003000;
	color: #ffffff;
}
table.list tr.header td {
	background: #003000;
	padding: 2px 5px 3px 2px;
	font-size: 11px;
	font-weight: bold;
	color: white
	height: 15px;
	text-align: left;
}
table.list tr.header td .button {
	background: #666;
	padding: 2px 5px 3px 5px;
	margin-top: 3px;
	font-weight: bold;
	color: white
	border: 1px solid white;
}
table.list tr.alt0 td {
	background: #426D31;
	padding: 2px;
	font-size: 9px;
	color: #000000;
}
table.list tr.alt1 td  {
	background: #427D39;
	padding: 2px;
	font-size: 9px;
	color: #000000;
}
table.list tr td img {
	padding-right: 5px;
}
table.list tr td  a.button {
	background: black;
	color: white;
	display: block;
	border: 1px solid white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.sublist {
	border-top:2px solid #003000;
}
.sublistHead {
	margin-top:20px;
	padding:5px;
	background:#003000;
	height:17px;
	width:200px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
table.roster tr.alt0 {
	background: #ffffff;
	font-size:11px;
	font-family: Verdana,Arial,Helvetica;
}
table.roster tr.alt1 {
	background: #eeeeee;
	font-size:11px;
	font-family: Verdana,Arial,Helvetica;
}