/* ================================
    CSS STYLE FOR Chapel Studios Sound School Pages
    J Bedggood June 2005
   ================================
*/


/* Layout elements */
#Header     {position: absolute; width: 781;    height: 95px;   z-index: 3; left: 0px;   top: 1px; border-style: solid; border-width: 0px;  }
#body       {position: absolute; width: 760;    height: 100px; z-index: 1; left: 20px; top: 99px; background-color: #fff700; padding: 10px 20px 60px 20px; border-width: 0px;}


/* Set Background color */

BODY
{
	background-color: #ffffff;
		
}

/* Default Layout Classes */

.bodytext
{	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
     margin-top: 3px; 
     margin-bottom: 10px    
        }


.DefaultLayoutTable
{
	width:100%;
	background-color:white;
    text-align: left;   
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}

.noUL
{A:hover
    text-decoration: underline;
    color: #00a5c6;
}





/* Generic Style */


H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: black;
    margin-top: 2; 
    margin-bottom: 4; 

}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin-top: 2; 
    margin-bottom: 4; 

}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin-top: 2; margin-bottom: 4; 
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-top: 2; 
    margin-bottom: 4; 

}

H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    margin-top: 2; 
    margin-bottom: 4; 

}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    margin-top: 2; 
    margin-bottom: 4; 

}

TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

A:link
{
    text-decoration: none;
    color: #0000ff;
}

A:visited
{
    text-decoration: none;
    color: #800080;
}

A:hover
{
    text-decoration: underline;
    color: #00a5c6;
}

A:active
{
    text-decoration: none;
    color: #ff0000;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

HR
{
    color: #DADADA;
    height: 1pt;
    text-align: left;
    margin-top: 5; 
    margin-bottom: 10; 

}
