* {
	font-family: arial, sans-serif;
}

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('images/gradient.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

table#container {
	padding: 0px;
	margin: 0px;
	width: 800px;
}

table#main {
	width: 100%;
}

td#content {
	padding: 5px 1px 0px 1px;
}

td#left {
	width: 200px;
}

a {
	color: #000;
}

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

a:visited {
	color: #555;
}

table.boxes {
	border: 1px solid #000;
	width: 200px;
}

table.boxes a {
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
}

table.boxes a:hover {
	text-decoration: underline;
}

td.header {
	background-color: #860101;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

img#logo {
	margin: 15px auto;
}

div#dnettag {
	padding-top: 20px;
	width: 200px;
	font-size: 11px;
	text-align: center;
}

div#dnettag img {
	padding: 5px 0px;
}

div#dnettag a {
	text-decoration: none;
	color: #777;
}

td#right div.text {
	border: 1px solid #000;
	font-size: 14px;
	padding: 6px;
}

h1 {
	font-size: 16px;
	margin-top: 0px;
}
			
#teampics {
	padding: 0px 0px 6px 6px;
	font-size: 14px;
	font-weight: bold;
	color: #860101;
}

#teampics img {
	padding-bottom: 5px;
}

div.credit {
	font-size: 12px;
	color: #000;
	text-align: right;
	font-weight: normal;
}

table#schedule td {
	font-size: 12px;
}

