
table
{
	
	border-style:ridge;
	border-color:green; 
	border-top-width:medium;
	border-bottom-width:medium;
	border-left-width:medium;
	border-right-width:medium;
	font-family:Papyrus;
}
	
table.col, th.col, td.col
{
border-collapse:collapse;
border: 1px solid white;
}

table.simp, th.simp, td.simp
{
border: 1px solid white;
}

td
{
	border-style:ridge;  
	border-color:#CC99FF; 
	border-top-width:medium;
	border-bottom-width:medium;
	border-left-width:medium;
	border-right-width:medium; 
}

tr
{
	text-align:center;
	border-style:ridge;
	border-color:White; 
	border-top-width:medium;
	border-bottom-width:medium;
	border-left-width:medium;
	border-right-width:medium;
	
}
	

.title
{
	font-style: italic;
	font-weight: bold;	
	text-align: left;
	color: #00FFFF;
	font-size:   x-large;
}
.captionDefault
{
	font-style: italic;
	font-weight: bold;	
	text-align: left;
	color: silver;
	font-size: smaller;
}

.headerSmall
{
	font-weight: bold;
	font-size: small;
	color: #e6e6fa;
	font-family: TimesRoman;
	text-align: left;
}

.headerDefault
{
	font-weight: bold;
	font-size: medium;
	color: #fffacd;
	font-family: TimesRoman;
	text-align: left;
}


.headerLarge
{
	font-weight: bold;
	font-size: large;
	color: #cccccc;
	font-family: TimesRoman;
	text-align: left;
}

.headerXXLarge
{
	font-weight: bold;
	font-style:italic;
	font-size:xx-large;
	color: #cccccc;
	font-family: TimesRoman;
	text-align: left;
}
.LinksHeader
{
	
	font-style: italic;
	font-weight: bold;	
	text-align: left;
	color: #FF0000;
}

A:link
{
	color: #CC99FF;
	font-weight: bold;	
	cursor: hand;	
	text-align: left;
	text-decoration: underline;	
}

A:visited
{
	color: #99FF33;
	text-decoration: underline;
}


A:hover 
{ 
	color: #FFFF33; 
	text-decoration: none;
 }


asp:LinkButton
{
	color: #CC99FF;
	font-weight: bold;	
	cursor: hand;	
	text-align: left;
	text-decoration: underline;	
}

.typeMusic
{
	font-weight: bold;
	font-size: small;
	color: #00FFFF;
	font-family: TimesRoman;
	text-align: left;
	font-style: italic;
}

.typeBusiness
{
	font-weight: bold;
	font-size: small;
	color: #FF9900;
	font-family: TimesRoman;
	text-align: left;
	font-style: italic;
}
.playButton
{
	color:Green;
}
