body {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		12px;
	margin-top:		10px;
	text-align:		center;
	background:		white url(../images/background.png) repeat-x scroll left top;
}

a
{ 
	text-decoration: none; 
}

a:hover
{ 
	color:#FF6600;	
	text-decoration: underline; 
}

em
{
	color: green;
}

h1 {
	font-size:36px;
	border: 0;
	padding: 0;
	margin: 0;
}

h2 {
	font-size:24px;
	border: 0;
	padding: 0;
	margin: 0;
}

h3 {
	font-size:18px;
	border: 0;
	padding: 0;
	margin: 10px 0px 10px 0px;
}

h4 {
	font-size:12px;
	font-weight: bold;
	border: 0;
	padding: 0;
	margin: 10px 0px 10px 0px;
}

img, img:link {
	border: none;
}

p {
	border: 0;
	padding: 0;
	margin: 10px 0px 10px 0px;
}

select {
	font-size:12px;
}


th {
	text-align: center;
}

div#wrapper {
	display: block;
	margin: 0px auto;
	position: relative;
	width: 970px;
}

div#masthead {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #333333;
	height: 56px;
}

div#logo {
	float: left;
	padding: 10px;
	}

div#title_bar {
	float: right;
	width: 400px;
	text-align: right;
	}

div.picker {
	float: right;
	text-align: right;
	padding: 15px 5px 0px 0px;
	}

div.command {
	float: right;
	text-align: right;
	padding: 18px 5px 0px 0px;
	}


div#location {
	margin-right: 10px;
}

div#date {
	margin-right: 10px;
}


div#nav {
	overflow: hidden;
	background: #f4f4f4;
}

div#nav3 {
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
	background: #f4f4f4;
}

div#main {
	margin-bottom:0pt;
	padding: 15px 0px 0px 0px;
}

#aColumn {
	float:left;
	width:600px;
	text-align: left;
}

#bColumn {
	float:right;
	padding-left: 10px;
	width: 336px;
}

div.aDate {
	float: left;
	width: 97px;
	text-align: center;
	background: #f4f4f4;
	padding: 5px 0px 5px 0px;
	height: 14px;
}

div.aDateSelected {
	float: left;
	width: 95px;
	text-align: center;
	background: white;
	padding: 5px 0px 5px 0px;	
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	height: 14px;
}

div.columnGroup {
padding-bottom:12px;
padding-top:12px;
text-align: center;
}

div.columnGroup p, div#footer p {
text-align: justify;
margin: 0;
}

div.columnGroup:first-child {
border-top:medium none;
padding-top:0pt;
margin-top:0px;
}

div#footer {
clear: both;
display: block;
padding: 13px 0pt;
text-align: center;
}

div.bar {
	background: #BBBBBB;
	width: 16px;
	float: left;
	text-align: center;
	color: white;	
}

div.pbar {
	background: #FF0000;
	width: 16px;
	float: left;
	text-align: center;
	color: #FFFF00;	
}

div.pfbar {
	background: #FF9900;
	width: 16px;
	float: left;
	text-align: center;
	color: #FFFF00;		
}

div.fbar {
	background: #FFFF00;
	width: 16px;
	float: left;
	text-align: center;
	color: #FF0000;		
}

div.fgbar {
	background: #99FF00;
	width: 16px;
	float: left;
	text-align: center;
	color: white;	
}

div.gbar {
	background: #00FF00;
	width: 16px;
	float: left;
	text-align: center;
	color: white;
}