/*
 * $Id: style.css,v 1.2 2002/01/19 06:57:01 gar Exp $
 * $Name:  $
 * 
*/

BODY, P, DIV, TD, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
{
        font-family: Palatino Linotype, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-color: rgb( 0, 0, 0 );
}

P.eventhdr
{
	font-size: 12pt;
	font-weight: bold;
}

P.event
{
	font-size: 10pt;
	font-weight: bold;
}

A:link, A:visited, A:active {
	font-size: 10pt;
	font-weight: bold;
	color: #663300;
  	text-decoration: none;
}

A:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
  	text-decoration: underline;
}


BODY {
        background-color: rgb( 255, 255, 255 );
}


DIV {
        margin: 1em;
	width: 750px;
}

H1 {
        font-family: Palatino Linotype, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18pt;
  	text-decoration: italic;
	text-align: center;
}

H2 {
        font-family: Palatino Linotype, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16pt;
  	text-decoration: italic;
	text-align: center;
}

H3 {
        font-family: Palatino Linotype, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 14pt;
  	text-decoration: italic;
	text-align: center;
}


/***** END OF FILE *****/
.cdTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663300;
	font-weight: bold;
}
.cdNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
