/* 
 * Style sheet for HTML 4.0 specification 
 * $Id: style.css, v1.13 2001/04/19 $ 
 */ 
BODY {
	background: #336699;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0% 0%;
} 

a:link    {color: #CCFF99}
a:visited {color: #CCCCCC}
a:active  {color: #CC6633}

H3 { color: black }

/* 
The following are used in the repertoire page.
*/ 
DIV.repheader{FONT-SIZE: 14pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: left}
TR.Subtitle {FONT-WEIGHT: bold; FONT-SIZE: 12pt; margin: 20px 0px 10px;
             TEXT-DECORATION: underline; TD: "Times New Roman"; color: black}
TR.Major {FONT-WEIGHT: 700; TD: "Times New Roman"}
TD.Italic {
	FONT-WEIGHT: normal;
	TD: "Times New Roman";
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}


TD.BoldItalic {
	FONT-WEIGHT: bold;
	TD: "Times New Roman";
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.CVHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
}
