.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.copybig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
}
.abold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-color: #AD083C;
}

.aboldbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
	background-color: #AD083C;
}

.bbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-color: #E45902;
}
.bboldbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
	background-color: #E45902;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.smquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #00AAAC;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #00AAAC;
	text-decoration: none;
	
	}
a:hover {
	color: #666666;
	text-decoration: none;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;

}
body {
	margin: 0px auto 0;
	text-align: center;
	background-color: #000000;
}

#wrapper {
	margin: 0px auto 0;
	width: 981px;
}

.tableMonth {
	
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tableMonth caption {
	font-size: 14px;
	margin-top: 6px;
}
	
.tableMonth td {
	border: 1px solid #333;
	padding: 2px;
	background:#666666;
	empty-cells: hide;
	text-align: center;
	width: 14px;
}

.tableMonth th {
	color: #CCCCCC;
	background-color: #333333;
	padding: 2px;
}

td.event1 {
	background: #AD083C;
	
}


td.event1 a{
	color: #FFFFFF;
	text-decoration: none;
		
}

td.event1:hover {
	background: #CC0033;
}

.event1 a:hover,
.hlt { color: #000000; text-decoration:none;}

.event1 {
 	h: expression(onmouseover=new Function("this.className = 'hlt';"));
  }

.hlt {
	h: expression(onmouseout=new Function("this.className = 'event2';"));
}




td.event2 {
	background: #E45902;
	
}

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

td.event2:hover {
	background: #FF6600;
}

.event2 a:hover,
.hlt {color: #000000; text-decoration:none;}

.event2 {
 	h: expression(onmouseover=new Function("this.className = 'hlt';"));
  }

.hlt {
	h: expression(onmouseout=new Function("this.className = 'event2';"));
}

