@media screen
{
	body {
		border-color: #FFFFFF;
		border: none;
		color: #010066;
		font-size: 16px;
	}
	table {
		color: #010066;
	}
	td.noPrint {}
	td.noHandheldDisplay {}
	.defaultHeader {}
	.menu {
		background: #FFFFFF;
		border-color: #010066;
		border: none;
		height: 32px;
		color: #010066;
		font: "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
	}
	.defaultTitle {
		color: #010066;
		font-size: 20px;
	}
	.defaultBody {
		color: #010066;
		font-size: 16px;
	}
	.defaultFooter {
		color: #010066;
		font-size: 12px;
	}
	.changingPictures {}
	.teamPicNames {
		font-size: 10px;
	}
	.TimesFont {}
	.ColumbiaBlue {}
}

@media print
{
	body {
		border-color: #CCCCCC;
		border: 3px;
		color: #010066;
		font-size: 16px;
	}
	table {
		color: #010066;
	}
	td.noPrint {
		display:none;
	}
	td.noHandheldDisplay {}
	.defaultHeader {}
	.menu {
		display: none;
	}
	.defaultTitle {
		color: #010066;
		font-size: 16px;
	}
	.defaultBody {
		color: #010066;
		font-size: 12px;
	}
	.defaultFooter {
		color: #010066;
		font-size: 7px;
	}
	.changingPictures {}
	.teamPicNames {
		font-size: 8px;
	}
	.TimesFont {}
	.ColumbiaBlue {}
}

@media handheld
{
	body {
		border-color: #FFFFFF;
		border: none;
		color: #010066;
		font-size: 16px;
	}
	table {
		color: #010066;
	}
	td.noPrint {}
	td.noHandheldDisplay {
		display:none;
	}
	.defaultHeader {}
	.menu {}
	.defaultTitle {
		color: #010066;
		font-size: 20px;
	}
	.defaultBody {
		color: #010066;
		font-size: 16px;
	}
	.defaultFooter {
		color: #010066;
		font-size: 12px;
	}
	.changingPictures {}
	.teamPicNames {
		font-size: 10px;
	}
	.TimesFont {}
	.ColumbiaBlue {}
}

@media all
{
	body {
		background: #FFFFFF;
		font: "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: left;
		margin-left: 0px;
		margin-right: 0px;
		z-index: 1;
	}
	table {
		border: #CCCCCC;
		font-family: inherit;
		font: inherit;
		text-align: left;
	}
	td.noPrint {}
	td.noHandheldDisplay {}
	.defaultHeader {
		background: #010066;
		border-color: #010066;
		border: none;
		height: 89px;
		color: #FFFFFF;
		font-family: "Times New Roman", Times, serif;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	.menu {}
	.defaultTitle {
		background: #FFFFFF;
		border-color: #FFFFFF;
		border: none;
		font: "Times New Roman", Times, serif;
		font-weight: bold;
		text-align: center;
	}
	.defaultBody {
		background: #FFFFFF;
		border-color: #010066;
		height: auto;
		font: "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: left;
		text-decoration: none;

	}
	.defaultFooter {
		background: #FFFFFF;
		border-color: #FFFFFF;
		border: none;
		font: "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: center;
	}
	.changingPictures {
		background-color: #FFFFFF;
		text-align: center;
	}
	.teamPicNames {
		color: #0099FF;
		font: "Times New Roman", Times, serif;
		font-size: 10px;
		text-align: left;
		text-indent: 2px;
		font: bold;
	}
	.TimesFont {font: "Times New Roman", Times, serif}
	.ColumbiaBlue {color: #0099FF;}

	a:link, a:visited {color: #00CCFF}     /* unvisited link, visited link */
	a:hover {color: #99CCFF}   /* mouse over link */
	a:active {color: #FF0000}   /* selected link */
}

/* An Attempt to Make this Pretty */

body, body > table {
	margin:0 auto;
	width: 960px;
}

#color_id embed {
	left: 160px !important;
	top: 90px !important;
}

table.defaultHeader {
	width:960px;
}

html {
	background: #010220;
}

.noHandheldDisplay, td[nowrap=nowrap] {
	display: none !important;
}

table.defaultBody tr td .noHandheldDisplay {
	display: block !important;
}

table {
	width: 100%
}

