body {
	background-color: #CECBCE;
	margin: 0px;
	text-align: center;
}

p, td {
	color: #666666;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

#table-main {
	background-color:white;
	border: 0px;
	margin: 0px;
	height: 100%;
	width: 800px;
}

#table-content {
	border: 0px;
	width: 100%;
}

/* CONTENT - LEFT COLUMN */

#table-content-intro {
	border: 0px;
	width: 100%;
}

#table-content-intro td {
	padding: 6px;
}

#table-content-intro td.header {
	color: #036799;
	font-size: 22px;
	line-height: 28px;
	text-align: left;
}

#table-content-left {
	background-color: #f0f0f0;
	border: 1px solid #8DB9D2;
	width: 100%;
}

#table-content-left td {
	padding: 16px;
}

#table-content-left td.header {
	background-color:#8DB9D2;
	color: white;
	font-weight: bold;
	padding: 6px;
}

/* AUDIO BUTTONS */

#audiobox td {
	border: 0px solid red;
	margin: 0px;
	padding: 2px;
}

.buttonAudio {
	display: block;
	width: 100px;
	height: 40px;
}

#listen.buttonAudio { background: url("images/icon_listen0.jpg") no-repeat 0 0; }
#listen.buttonAudio:hover { background: url("images/icon_listen1.jpg") no-repeat 0 0; }

#download.buttonAudio { background: url("images/icon_download0.jpg") no-repeat 0 0; }
#download.buttonAudio:hover { background: url("images/icon_download1.jpg") no-repeat 0 0; }

#itunes.buttonAudio { background: url("images/icon_itunes0.jpg") no-repeat 0 0; }
#itunes.buttonAudio:hover { background: url("images/icon_itunes1.jpg") no-repeat 0 0; }

#rss.buttonAudio { background: url("images/icon_rss0.jpg") no-repeat 0 0; }
#rss.buttonAudio:hover { background: url("images/icon_rss1.jpg") no-repeat 0 0; }

.regbox { background:#ffffff; border:solid 1px #cccccc; width:200px; }

/* CONTENT - RIGHT COLUMN */

#table-content-right {
	border: 1px solid #999999;
	width: 100%;
}

#table-content-right td {
	padding: 16px;
}

#table-content-right td.header {
	background-color: #036799;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
}

/* FOOTER */

#table-footer {
	width: 100%;
}

#table-footer td {
	font-size: 10px;
	text-align: center;
}

.tip {
	text-align:center;
	font:11px Arial,Helvetica,sans-serif;
	border:solid 1px #666666;
	width:140px;
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#333333;
	top:20px;
	left:90px;
	background-color:#ffffcc;
}


