body 
{
  font-family: "Tahoma";
	font-size: smaller;
}

h1,h2 { 
			background-color: white; }
h1 { 	font-size: 14pt;
			text-align: center; }
.RedFont {
	color: #F00;
}

h2 { 	font-size: 12pt;
			text-align: center; }
ul {	list-style-image: url("../graphics/ulgraphic.png");}
hr {  color: #CCAA00; }

a {   color: #006600;
      text-decoration: underline; }
a:visited {  }
a:hover {   
			color: yellow;
			background-color: #009900;
      text-decoration: none; }
a:active {  
			background-color: yellow;
			color: green; }

a.None:hover
{
  text-decoration: none;
  border: none;
  background-color: white;
}

table {background-color: #FFFFFF; }
th {	text-align: left; }
td { vertical-align: top; }

/* used on index.asp */

.iDescription {
			font-size: x-small;}
.indexbody 
{ 
  background-color: #004400;
  color:            #443311;
  vertical-align:   top;  		
  font-size:        8pt;
}

/*--------------------*/
.FinePrint {
			font-size: xx-small; }

.Header
{
  font-family:      "Tahoma";
  font-size:        14pt;
  background-color: #FFFFFF;
  color:            #0;
  font-weight:      bold;
}

.PageHeader
{
  font-size:        12pt;
  font-weight:      bold;
}

.PageSubHeader
{
  font-size:        10pt;
  font-weight:      bold;
}

.Default
{
  font-family:      "Tahoma";
  font-size:        8pt;
  text-align:       left;
  background-color: #FFFFFF;
  color:            #0;
  vertical-align:   top;  
}

DIV.TempMsg
{
  font-family:      "Tahoma";
  font-size:        8pt;
  font-weight:      bold;
  text-align:       Right;
  font-style:       italic;
  color:            #004400;
  background-color: #ffffff;
  position:         absolute; 
  border:           1pt;
  border-color:     004400;
  top:              20px;
  right:            25px;
}

INPUT.ReportLink
{
  font-family:      "Tahoma";
  font-size:        10pt;
  color:            #FFFFFF;  
  background-color: #000077;  
  font-weight:      bold;
  text-decoration:  none;
  width:            4cm;
  cursor:           hand;
}

INPUT.ReportLink_WIDE
{
  font-family:      "Tahoma";
  font-size:        10pt;
  color:            #FFFFFF;  
  background-color: #000077;  
  font-weight:      bold;
  text-decoration:  none;
  width:            6cm;
  cursor:           hand;
}

.Disabled {
  background-color: #BBBBBB; }
.Enabled {
  background-color: #FFFFFF;
  color:            #0; }

.None
{
  text-decoration: none;
  border: none;
}

Span.TableOfContents
{
  color:        #CCAA00;
  font-family:  "Tahoma";
  font-size:    10pt; 
  font-weight:  bold;
  font-style:   italic;
}

