/* Filename: small_text.css
 * Description: Stylesheet for small-text reports of the NEUMES Project website.
 * Author: Louis W. G. Barton
 * Version: 31 July 2008
 *
 * Remarks:
 * - Class Selector: .[Class Name]
 */

BODY {
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #CCCC99;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	color: #003366;
	font-size: 100%;
}
A:link {
	COLOR: #0000FF;
	text-decoration: underline;
}
A:active {
	color: #FF3300;
	text-decoration: underline;
}
A:hover {
	color: inherit;
	background-color: Yellow;
}
.small {
	font-size: 0.80em;
	color: #081429;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}
.largeInit {
	font-size: 170%;
	font-family: Georgia,Times,serif;
	color: rgb(0,28,128);
}
P {
	font-size: 80%;
	color: #FC6203;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
/* Emphasis, blue: */
EM {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: #003366;
	FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
/* Strong: orange, smaller: */
STRONG {
	FONT-WEIGHT: bold;
	FONT-SIZE: 90%;
	COLOR: #FC6203;
	FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
HR {
	color: #993300;
	background-color: #993300;
	width: 95%;
	height: 1px;
}
IMG {
	border:0px;
}
IMG.seeAlso {
	margin-top: 7px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
	vertical-align: -1px;  /* offset difference -1px */
}
INPUT {
	BORDER-TOP: #FC6203 1px outset;
	BORDER-RIGHT:  #BD4901 1px inset;
	BORDER-BOTTOM: #BD4901 1px inset;
	BORDER-LEFT: #FC6203 1px outset;
	FONT-SIZE: 100%;
	font-weight: bold;
	COLOR: #FC6203;
	FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif;
	BACKGROUND-COLOR: #240000;
}
TEXTAREA {
	width: 100%;
	BORDER-TOP: #FC6203 1px outset;
	BORDER-RIGHT: #BD4901 1px inset;
	BORDER-BOTTOM: #BD4901 1px inset;
	BORDER-LEFT: #FC6203 1px outset;
	FONT-SIZE: 100%;
	font-weight: bold;
	COLOR: #081429;
	FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif;
	BACKGROUND-COLOR: #240000;
	PADDING: 4px 4px 4px 4px;
}
/* #A9CCA9=rgb(169,204,169); try 2=(181,218,181)  */
UL.left {
	background-color: rgb(238,239,209);
	margin-top: 5px;
	margin-left: 20px;
	color: blue;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 6px;
}
UL {
	margin-left: 24px;
	color: black;
}
.black {
	color: black;
}
.blue {
	color: blue;
}
.maroon {
	color: maroon;
}
.history {
	color: green;
}
.theory {
	color: purple;
}
.chant {
	color: rgb(82,33,0);  /*dark brown*/
}
.navy {
	color: navy;
}
.education {
	color: teal;
}
.red {
	color: red;
}
.teal {
	color: teal;
}
.myblue {
	color: #63CEFF;
}
/*[end, small_text.css]*/