body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

.text {
	color: #000000;
	font-size: 13px;
	vertical-align: top;
	background: #FFFFFF;
}

.topnav {
	font-size: 11px;
}

.contactDetails { font-size: 11px; }

.topBarRight {
	color: #FFFFFF;
	font: italic 13px "Courier New", Courier, mono;
	background: #000000;
	text-align: right;
}

.menuleft {
	color: #FFFFFF;
	font-size: 13px;
	background: url(images/menubg.jpg);
}
.menuleft a:link {  color: #FFFFFF; }
.menuleft a:visited {  color: #FFFFFF; }
.menuleft a:hover {  color: #FFFF66; }
.menuleftSelected {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	background: url(images/menubgrev.jpg);
}
.audioleft {
	font-size: 11px;
	background: url(images/3dboxleft.png);
}
.audioleft a:link {  color: #5659C8; }
.audioleft a:visited {  color: #5659C8; }
.audioleft a:hover {
	color: #0000FF;
}
.audioright {
	color: #FFFFFF;
	font-size: 11px;
	background: #333333;
}
.audioright a:link {  color: #CDCEFF; }
.audioright a:visited {  color: #CDCEFF; }
.audioright a:hover {
	color: #FFFFFF;
}

.audiorightTitle {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background: #333333;
}

.menuleft:hover {  color: #FFFF66; }
.menuleft:link {  color: #FFFFFF; }
.menuleft:visited {  color: #FFFFFF; }

.footer {
	color: #999999;
	font-size: 11px;
}
.footer a:link {
	color: #999999;
}
.footer a:visited {
	color: #999999;
}
.footer a:hover {
	color: #FFFFFF;
}

a {
	color: #6666FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a.menuleft {
	color: #FFFFFF;
	font-size: 13px;
	background: none;
}
a.menuleft:hover {  color: #FFFF66; }

.topBarLeft {
	background: #000000;
	text-align: left;
	width: 132px;
}

.textRed {
	color: #FF0000;
