body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f4f4f4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
}
.oneColElsCtrHdr #container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #f4f4f4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	background-color: #FFFFFF;
	background-image:url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position:left;
	height: 110px;	
}
.oneColElsCtrHdr #header_tile {
	background-image: url(/images/white_tile.jpg);
	background-repeat: repeat-x;
	height: 23px;
	width: 900px;
}

.numbers {
	text-align: right;
	font-size: 12px;
	color: #014110;
	line-height: 20px;
}
.navline {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333; 
	background-image: url(/images/grey_tile.jpg); 
	background-repeat: repeat-x;
	height: 41px;
}
.whiteline {
	background-image: url(/images/white_tile.jpg); 
	background-repeat: repeat-x;
	height: 14px;
}
.whiteline1 {
	background-image: url(/images/white_tile1.jpg); 
	background-repeat: repeat-x;
	height: 14px;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.txt_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txt_vsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
.txt_sm_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
}
.nav {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.nav:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
em {
color: #003300;
}
.pro_shows {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
.pro_shows:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}