@charset "UTF-8";
/* CSS Document */

/* STRUCTURE */
html, body {
	margin: 0;
	height:100%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#header {
	width:460px;
	height:150px;
	padding-bottom:3px;
}
#teamTitle {
	width:460px;
	height:50px;
	border-top:4px solid #000000;
	border-bottom:3px double #CCCCCC;
}
#left {
	width:180px;
}
#right {
	width:270px;
	position: absolute;
	left: 190px;
	top: 210px;
	padding-top: 10px;
}

#module {
	width: 180px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#module2 {
	width: 270px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
}
#copy {
	padding-left: 20px;
	padding-top: 5px;
}

/* STYLE */
img {
	border-style: none;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #000000;	
}
#left a {text-decoration:none; color:#00CCFF; }
#left a:hover {color:#0066FF;}

.style1 {font-size: 10px; color: #666666;}
.style2 {color: #0066FF;}
.style4 {color: #000000;}
.tinyType {font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style9 {color: #000000; font-size: 12px;}
.style10 {
	font-family: Courier, monospace;
	font-weight: bolder;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: none;
	font-variant: small-caps;
	font-style: normal;
	padding-left: 23px;
	padding-top: 3px;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding:6px 0px;
	margin:0px;
	letter-spacing: -3px;
}
table.sched tr.special td {
	border-bottom:1px dotted #cccccc;
	padding-bottom:5px;
	vertical-align:top;
}
