body
{
	margin:0,0,0,0;
}
a:hover
{
	text-decoration: underline; color: #fdd17a
}

.quickLink
{
	font-size: 80%;
	color: #d1d1d1;
	font-family:'Trebuchet MS', Verdana;
	text-decoration: none;
	vertical-align:middle;
}

.simpleLink
{
	color:#ffffff;
}

.artistQuickLink
{
	color: #8F8FBF;
	text-decoration: none;
	background:#D3E6C9;
}
.whiteQuickLink
{
	font-size: 80%;
	color: #FFFFFF;
	font-family: 'Trebuchet MS',Verdana;
	text-decoration: none;
	vertical-align:middle;
}

.Footer-Text
{
	font-size: 80%;
	color: #d1d1d1;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}

.windowTypeTitle
{
	font-weight: bold;
	font-size: 80%;
	color: #cf4610;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
.contentBlock
{
	color:white;
	background-color:Blue;
}

/*TODO: Scope these to the types that they are in rather than using these silly long names*/
.contentBlock-subFeature-title
{
	font-weight: normal;
	font-size: 80%;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	color:#cf4610;
}
.contentBlock-subFeature-subHead
{
	font-size: 80%;
	font-family: Verdana;
	text-decoration: none;
	color: 737373;
}

.subFeature-title
{
	font-weight: normal;
	font-size: 80%;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	font-weight: bold;
	color:#cf4610;
}
.subFeature-subHead
{
	font-size: 80%;
	font-family: Verdana;
	text-decoration: none;
	color: #d1d1d1;
}
.subFeatureRule
{
	color:#cf4610;
}

.Feature-Link
{
	color:white;
	font-family:'Trebuchet MS';
	font-size:80%;
	
}

.Feature-Title
{
	color:white;
	font-family:'Trebuchet MS';
	font-size:140% ;
}

.Feature-SubHead
{
	color:white;
	font-family:'Trebuchet MS';
	font-size:80% ;
}



.SearchBox
{
	
	height:18;
	color:gray;
	font-family:Trebuchet MS;
	font-size: 80%;
	
}

.Search-Button
{
	
	height:18;
	font-family:Trebuchet MS;
	font-size: 80%;
	cursor:hand;
	border-width:1;
	border-color:White;
	border-style:solid;
	background-color:Silver;
}

.CapTitle
{
	color:#cf4610;
	font-family:'Trebuchet MS';
	font-size:140%;
	vertical-align:bottom;

}
.MenuItem
{
	color:#E9DA87;
	cursor:hand;
	font-family:'Trebuchet MS';
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	
	
}

.MenuItemHover
{
	color:gray;
	cursor:hand;
	font-family:'Trebuchet MS';
	font-weight:bold;
	font-size:80%;
	text-decoration:none;
	
}


.CapSubhead
{
	color:black;
	font-family:'Trebuchet MS';
	font-size:80%;
	text-decoration:none;
	
	
}


.NavBar
{
	vertical-align:top;
}

.selectedLinkCell
{
	background:#cf4610;
	color:white;
	font-family:'Trebuchet MS';
	
}


.corner-cell-background
{
	background:#FDD17A;
}

.corner-table-background
{
	background:#FDD17A;
}


.skycraper-background
{
	background:#88AB75;
}

.borderbottom
{
	border-bottom:1px solid #cf4610;
}