h1 {
	font-family: "Courier New", Courier, monospace;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
	margin-bottom : 3px;
	margin-top : 0px;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size : 1.0em;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
	margin-bottom : 5px;
	margin-top : 0px;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size : .9em
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
	margin-bottom : 0px;
	margin-top : 0px;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size : 0.8em;
	margin-top : 0;
	margin-bottom : 10px;


}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size : 0.9em;


}
.caption {
	font-family: "Courier New", Courier, monospace;
	font-size : .7em;
	margin-top : 0;
}
.small { font-size : .8em; } 
th {
	font-family: "Courier New", Courier, monospace;
	font-size : 9pt; font-weight: bold;
	margin-top : 0;
	margin-bottom : 10px;
}

input, textarea, select {
	font-family: "Courier New", Courier, monospace;
	font-size : 8pt;
	
}

.inputOn {
	font-family: "Courier New", Courier, monospace;
	font-size : 8pt;
	border : 2 solid gray; 
	background-color: white;
}
.padded { padding: .5em; }

.tableBorder {
	border : 1px solid Silver;
	background-color:whitesmoke;
	padding: 0em .3em;

	}
.sideTable {
	positioning: relative;
	padding: 0.25em;
	margin: 0.5em;
	border : 1 solid Silver;
	background-color: whitesmoke;
	font-family: "Courier New", Courier, mono;
	float: none;
	width: 200px;
	}


.sideBar { 
	font-size: .6em;
	font-family: verdana, arial;
	
	}

.boxBorder { 
	border : 1 solid Silver; 
	background-color: whitesmoke;
	}

a:link {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003366;
}


.artistLink { white-space:nowrap; }

a:visited:hover { text-decoration: underline; }
.inputStyle {
	font-family: "Courier New", Courier, mono;
	font-size: .9em;
	border: 1px inset;
}
.nowrap {
	white-space: nowrap;
}

tr, td {
	padding: 0;
}

