// Aurora Style Sheet 2001-12-10

body,.body
{
	background-color: white;
	color: black;
	font-family:Verdana, Arial, Tahona, Helvetica, sans-serif;
	font-size: 8pt;
}

p,.p,td,.td {
  color: black;
	font-family:Verdana, Arial, Tahona, Helvetica, sans-serif; 
	font-size: 8pt;
  }

.small { font-size: 8pt; }
  
td.spine { 	background-image: url(../images/spine-back.jpg); background-repeat: no-repeat; }
    
h1,.h1 {font-size: 16pt; font-weight: bold; color: #9ABDDD;}
h2,.h2 {font-size: 14pt; font-weight: bold; color: #9ABDDD;}
h3,.h3 {font-size: 12pt; font-weight: bold; color: #9ABDDD;}
h4,.h4 {font-size: 10pt; font-weight: bold; border-bottom:1px solid FF9900;}
h5,.h5 {font-size: 10pt; font-weight: bold;}
h6,.h6 {font-size: 8pt; font-weight: bold;}
  
A       {text-decoration: none; font-weight : bold; color: #CC3333; font-size: 8pt;}
A:HOVER {color: #FF9900;}

A.button {text-decoration: none; font-weight : bold; color: black; font-size: 8pt;  background-color:#FFAA00; border: 1px solid black;}
A.button:HOVER {color: white;}

.button
  {
  margin:1px; 
  color:black;
  background-color:#9ABDDD;
  text-align:center; 
  font-family:verdana,arial,helvetica; 
  font-size:8pt;  
  font-weight: bold;
  border-style:solid; 
  border-color:black;  
  border-width:1px;
  }
  
input,.input {border-style:solid; border-color:black; border-width:1px; font-size: 8pt;}
select {border-style:solid; border-color:black; border-width:1px; font-size: 8pt;}

.red {color: #CC3333; font-weight:bold;}
.gray,.grey {color: #666666; }
.ltgray,.ltgrey {color: #CCCCCC; }
.backltgray,.backltgrey {background-color: #CCCCCC; }
.dkblue {color: #9ABDDD; }
.backdkblue {background-color: #9ABDDD; }
.ltblue {color: #E5F3FC; }
.backltblue {background-color: #E5F3FC; }
.purple {color: #C3A0D7; }
.yellow {color: #FFEDAE; }
.orange {color: #FF9900; }


