/* External Style sheet for The Music Store website 	*/
/* style.css 						*/

body{
	font: 10pt arial;
}

h1.smalltext{
	text-align: center;
	font-weight: bold;
	font: 10pt arial;
}
h2.smalltext{
	text-align: center;
	font: 8pt arial;
}

td.mainCell{
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
}


td.navtopcell{
	width: 186px;
	height: 22px;
	background-image: url(./img/BoxTopper1.gif);
	border-right: solid 0px white;
	border-bottom: solid 2px white;
}
td.navcell{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	border-right: solid 0px white;
	
	vertical-align: top;
	width: 186px;
	line-height: 120%;
	
	display: block;
	background-color: #EEEEEE;
	border-bottom: solid 2px white;

}

td.contenttopcell{
	width: 502px;
	height: 22px;
	background-image: url(./img/NwsUpdsharp-boxtopper.jpg);
	border-bottom: solid 2px white;
	
}
td.contentcell{ 
	margin: 0px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
	border-width: 0px;
	border-color: black;
	border-style: solid;

	width: 480px;
	line-height: 100%;


	display: block;
	background-color: #EEEEEE;
	

	font-weight: bold;
	font: 9pt arial;
	
}


td.featuredpic{
	vertical-align: top;
	background-color: white;
}
