/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #999999;
	font-family: verdana, sans serif; font-size: 14px;
}

.sub_bg {
	background-image: url(images/sub_bg.jpg);
	background-repeat: no-repeat;
	}

p { font-family: verdana, sans serif; font-size: 14px; color: #000000; font-weight: normal }

.link { font-family: verdana, sans serif; font-size: 14px; color: #000000; font-weight: normal }

.link-white { font-family: verdana, sans serif; font-size: 14px; color:#EEE; font-weight:bold }
.link-subhead { font-family: verdana, sans serif; font-size: 15px; color:#000; font-weight:bold }


A:hover.link {font-family: verdana, sans-serif; font-size: 14px; color: #990000; font-weight: normal; text-decoration: underline;
}

A:visited.link {
	font-family: verdana, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: underline;
	}

blockquote { font-family: verdana, sans serif; font-size: 14px; font-weight: lighter }

h1 { font-family: verdana, sans serif; font-size: 18px }

ul { font-family: verdana, sans serif; font-size: 14px }

.text { font-family: verdana, sans serif; font-size: 14px }

.footer {font-family: verdana, sans-serif; font-size: 12px; color: #000000; font-weight: normal; text-align: center; text-decoration: none;}

A:hover.footer {font-family: verdana, sans-serif; font-size: 12px; color: #990000; font-weight: normal; text-align: center; text-decoration: none;}

A:visited.footer {font-family: verdana, sans-serif; font-size: 12px; color: #000000; font-weight: normal; text-align: center; text-decoration: none;}

.copy {font-family: verdana, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-align: center; text-decoration: none;}



#airdates {
	background-color:#CCC;
}


table#airdates {
	width: 100%;
	border: 1px solid #666;
}


table#airdates th, table#airdates td {
	margin: 0;
	padding: 5px 20 px;
	text-align:left;
	border-bottom: 1px solid #666;
	font-size:13px;
}

table#airdates th#airdates {
	color: #999;
}

table#airdates tr.alt {
	background: #f1f1f1;
}

.italic {
	font-style:italic;
}
