/* Hybridian Music Style Sheet for website v8 */
/* The most important definitions - always sort out the BODY first! */
BODY
{  
	font-family: Tahoma; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	color: #333333;
	background-color: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #9999FF; 
	SCROLLBAR-TRACK-COLOR: #447EE7; 
	SCROLLBAR-HIGHLIGHT-COLOR: #9999FF;
	margin-top:0px;
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;	
}
BODY A
{  
	color: #660099; 
	TEXT-DECORATION: none;
}
BODY A:hover
{  
	color: green; 
	TEXT-DECORATION: underline;
	
}
TABLE
{  
	font-family: Tahoma; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	color: #333333;
}
TABLE A
{  
	color: #660099;
	TEXT-DECORATION: none;
}
TABLE A:hover
{  
	color: green; 
	TEXT-DECORATION: underline;
}

.titleBlock
{
	font-family: Tahoma; 
	font-size: 14pt; 
	font-style: italic; 
	line-height: normal; 
	color: #EE9999;
}

H1
{  
	font-family: Tahoma; 
	font-size: 14pt; 
	font-style: italic; 
	line-height: normal; 
	color: #EE9999;
}

H2
{
	font-family: Tahoma; 
	font-size: 10pt; 
	font-style: bold; 
	line-height: normal; 
	color: #447EE7;
}
INPUT, SELECT, BUTTON
{  
	font-family: Tahoma; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	color: #333333;
	background: white
}
/* Currently a baby Blue with dark text - hover goes red underlined  */
.lightBlock 
{  
	color: #333333;
	background: #DDEEFF
}
.lightBlock A
{  
	color: #333333;
	TEXT-DECORATION: none;
}
.lightBlock A:hover
{  
	color: red; 
	TEXT-DECORATION: underline;
}

/* Currently the Dark Purple with White text - hover goes underlined  */
.darkBlock 
{  
	color: white;
	background: #447EE7;
}
.darkBlock A
{  
	color: white; 
	TEXT-DECORATION: none
}
.darkBlock A:hover
{  
	color: white;
	font-weight: bold;
	TEXT-DECORATION: underline;
}

.menuBlock 
{  
	color: white;
	background: #447EE7;
}