table.tmain {
	border-collapse:collapse;
	width:100%;
	height:100%;
}
td {
	vertical-align:top;
}
h1.desk {
	text-decoration:overline;
}
table.tmain td.tmain1 {
	text-align: left;
	vertical-align:top;
}
table.tmain td.tmain2 {
	text-align: center;
	vertical-align:top;
	width:900px;
}
table.tmain td.tspacer {
	text-align:center;
	vertical-align:baseline;
}

/* Link default */
a:link {
	color:#FFF;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
}
a:visited {
	color:#FFF;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
}
a:hover {
	color: #F90;
	text-decoration: underline;
	font-weight:normal;
	font-size:12px;
}

/* Program Details Table/scroll */
a.detailer:link {
	color: #19A2DE;
	text-decoration: underline;
	font-weight: normal;
	font-size:13px;
}
a.detailer:visited {
	color: #19A2DE;
	text-decoration: underline;
	font-weight:normal;
	font-size:13px;
}
a.detailer:hover {
	color: #F90;
	text-decoration: none;
	font-weight:normal;
	font-size:13px;
}

.detailerb{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;	
	}
#detailern{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size:13px;	
	}
	
/* Footer */
a.footer:link {
	color:#FFF;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
}
a.footer:visited {
	color:#FFF;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
}
a.footer:hover {
	color: #F90;
	text-decoration: underline;
	font-weight:normal;
	font-size:12px;
}