/*Stylesheet for smallTall Music at http://www.brucemacpherson.ca */
/*Prepared by JoceyDesigns.com */

body { background-color: #333333; }

/*set link styles*/
A:link {text-decoration: underline; color: #FF9900; font-weight: bold;}
A:visited {text-decoration: none; color: #FFCC33; font-weight: bold;}
A:hover
{
	text-decoration: underline;
	color: #6699CC;
	font-weight: bold;
	background-color: #CCCCCC;
}


/*note that the font-family attribute is at the end. This is important for IE3*/

/*MEDIUM BLUE*/
H1
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	font-style: bold;
	color: #336699;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/*WHITE*/
H2
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	font-style: bold;
	color: #FFFFFF;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/*PALE BLUE*/
H3
{
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	font-style: bold;
	color: #6699CC;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/* Basic style for body text */

/*Text style BLACK*/
.text
{
	color: #000000;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/*Highlight Text style DARK BLUE*/
.text1
{
	color: #336699;
	font-size: 10pt;
	line-height: 14pt;
	font-style: bold;
	font-weight: bold;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/*Smaller text style DARK GREY */
.text2
{
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
	font-weight: normal;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/*Smaller text style WHITE */
.text3
{
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/*List style BLACK*/
.list
{
	font-size: 10pt;
	line-height: 18pt;
	color: #000000;
	padding-right: 1em;
	padding-bottom: 8pt;
	margin-top: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/*Nav text style WHITE */
.nav
{
	font-size: 10pt;
	line-height: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}

/*Footer style MEDIUM GREY*/
.footer
{
	font-size: 10pt;
	line-height: 16pt;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif;
}
