/*	lustvsdislexia stylesheet 	*/
/*	---------v01-------------	*/
/*	background-color: #ECE9D8; 	*/
/*	text-color: #000000; 		*/
/*	headlines color: #CCFFFF; 	*/
/*	link-color: #000000;	 	*/


/*body style*/

body {
	background-color: #ECE9D8;												/*background color*/
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	font-size: 10px;
	text-align: center;
	color: #000000;															/*text color*/
}


/*text classes*/

.headline {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;															/*headlines color*/
}

.reds {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	color : #D50F03;
}

.largetext {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color : #000000;														/*text color*/
	font-size : 12px;
	font-weight: bold;
}


/* link styles*/

a:link, a:visited{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight : bold; 
	text-decoration : none;
	color: #000000;															/*link color*/
}

a.largetext:link { 
	font-size : 14px;
}

a:hover, a:active { 
	color : #D50F03; 
}

/* image style */
a img {
	border: none;
}

/* table classes */
.news_container {
width: 370px;
text-align: center;
vertical-align: top;
}

.playlist {
text-align: center;
width: 500px;
}

.curr_event {
width: 200px;
text-align: center;
}

.event  {
vertical-align: top;
width: 200px;
}

.eventcell {
vertical-align:top;
text-align:left;
width: 200px;
}

.audio_cover {
width: 160px;
height: 160px;
text-align:left;
vertical-align:top;
}

td.tolla{
background-image:url(../images/misc/tolla_b.gif);
background-repeat:no-repeat;
vertical-align: top;
width: 130px;
height: 530px;
}

td.terry{
background-image:url(../images/misc/terry_b.gif);
background-repeat:no-repeat;
vertical-align: top;
width: 130px;
height: 530px;
}


/*form classes*/
.textbox { 
	background-color:#ECE9D8;												/*background color*/
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color : #000000;														/*text color*/
	border: 0;
	clear: both;
}