H0
	{
	color:teal;
	font-weight:1200;
	font-family:serif;
	font-size:28pt;
	font-style:italic;
	margin:0;
	}


H1
	{
	color:teal;
	font-weight:900;
	font-family:serif;
	font-size:28pt;
	margin:0;
	}

H2	
	{
	color:teal;
	font-weight:900;
	font-family:serif;
	font-size:20pt;
	font-style:italic;
	margin:0;
	}

.heading
	{
	font-size:20pt;
	color:#99FFFF;
	font-family:serif;
	font-weight:800;
	margin:0;
	}

.paragraph
	{
	font-size:16pt;
	font-family:serif;
	font-weight:300;
	color:#660033;
	}
.paragraph A:link{color:#FFFF00}
.paragraph A:visited{color:#993333}
.paragraph A:active{color:white}

.paragraphbold
	{
	font-size:16pt;
	font-family:serif;
	font-weight:600;
	color:#660033;
	}


.instrument
	{
	font-size:18pt;
	font-family:serif;
	font-style:italic;
	color:#660033;
	font-weight:900;
	}

.subinstrument
	{
	font-size: 14pt;
	font-family:serif;
	font-style:italic;
	color:#660033;
	font-weight:600;
	}

.tablefont, .tablefont TD, .tablefont TH
{
font-family:serif;
font-size:14pt;
color:#660033;
font-weight:300;
}




.button {
	display: block;
	
	padding-top: 33px;
	height: 0px !important;
	height /**/: 33px;
	overflow: hidden;
	background-position: 0px 0px;
	}
.button:hover {
	background-position: 0px -33px;
	}
.button:active {
	background-position: 0px -66px;
	}
.button#b1 {
	background-image: url(http://www.capitalwinds.org/transbutton3.gif) ;
	width: 32px;
	}
