/* main style sheet */
/* Classes */
.onRed      { color: #FFFFFF }
.onWhite    { color: #980000 }
.BarRed     { color: #980000 }
.extreme_link { color: #FFFFFF; font-size: 8pt; font-variant: small-caps; font-weight: bold }

.quote {color:#A50021;}

/* tags */
p           { font-family: Verdana, Arial, Sans-Serif }
li			{ font-family: Verdana, Arial, Sans-Serif }


 body {
  background-image: url(../images/bg.gif);
  SCROLLBAR-BASE-COLOR:#980000;
 }
 p.c8 {text-align: center}
 p.c7 {font-size: 80%; text-align: center}
 p.c6 {text-align: left}
 a.c5 {font-size: 80%}
 a.c4 {color: #FFFFFF; font-family: Verdana, Arial, Sans-Serif; font-size: 80%; font-weight:bold; }
 td.c3 {color: #FFFFFF; font-family: Verdana, Arial, Sans-Serif}
 td.c2 {color: #FFFFFF; font-family: Verdana, Arial, Sans-Serif; font-size: 80%}
 table.c1 {border-collapse: collapse}
	 
a:link {color: #0000FF;}     /* unvisited link */
a:visited {color: #000088;}  /* visited link */
a:hover {color: #FFFFFF; background-color:#940000;}   /* mouse over link */
a:active {color: Yellow;}   /* selected link */


	 
	 
	 
.buttonOnRed { 	
	FONT-FAMILY: Arial, Verdana, Sans-Serif;
	color: #FFFFFF;
	font-size: 8pt;
	cursor:hand;
	font-weight: bold;
	text-align: left;
	border:none;
    text-decoration:none;
}

.buttonOnRed:link
{
        color:#FFFFFF;
}

.buttonOnRed:visited
{
        color:#FFFFFF;
}

.buttonOnRed:hover
{
	color:#940000;
	background-color:#ffffff;
    text-decoration:none; 
}

.buttonOnRed:active
{
	color:Yellow;
}



.buttonOnWhite { 	
	FONT-FAMILY: Arial, Verdana, Sans-Serif;
	color: #940000;
	font-size: 8pt;
	cursor:hand;
	font-weight: bold;
	text-align: left;
	border:none;
    text-decoration:none;
}

.buttonOnWhite:link
{
        color:#940000;
}

.buttonOnWhite:visited
{
        color:#940000;
}

.buttonOnWhite:hover
{
	color:#ffffff;
	background-color:#940000;
    text-decoration:none; 
}

.buttonOnWhite:active
{
	color:Navy;
}

h1.linker { font-family:Arial, Verdana, Sans-Serif; font-size:10pt; color:Navy; }
/* h1.linker:hover {color:White; background-color:Navy; }
ht.linker:active {color:Red;} */

.caption { font-size:xx-small; font-weight:bold; }

.spotlight { font-size:x-small; font-weight:bold; }