/* CSS Document */

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg_pinstripes.jpg);

}
* html body {
	font-size: small; /* for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Arial, Helvetica, sans-serif; /* for other IE versions */
}

.footer {
	clear: both;
	text-align: center;
	font-size: 85%;
}

.copyright {
	text-align: center;
	font-size: 85%;
	color: #999999;
}
#live {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

	#live h1 {
	font-size: 150%;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;

	}
	
	#live h2 {
	font-size: 130%;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	}
	
	#live h3 {
	margin-left: 120%;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#0C1C4D;
	}
	
	#live h4 {
	margin-left: 110%;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#6A0248;
	}
	
	a.h4:link {
	text-decoration:none;
	}
	
	a.h4:hover {
	color:#6A0248;
	text-decoration:underline;
	}
	
	#live p {
	font-size: 90%;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
	
	#live ol {
	font-size: 90%;
	}
	
	#live li {
	font-size: 90%;
	}
	
	#live td {
	font-size: 90%;
	}
	
	/*#live ul li{
	margin-top:0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	}*/
	
a.tnav:link,a.tnav:visited,a.tnav:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tnav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

#tblContainer {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#sidebar {
padding-bottom: 12px;
padding-top: 8px;
padding-right: 8px;
padding-left: 8px;
}

	#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
	
	#sidebar a:hover {
	text-decoration: underline;
	}
	
	#sidebar a.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
	}

	#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 130%;
	}
	
.required {
	font-weight: bold;
	font-size: 100%;
	color: #FF0000;
}

.smallRedText {
	color: #FF0000;
	font-size: 70%;
}