/*********************************************************************
 **			Normal Text
 *********************************************************************/
BODY, ADDRESS, TABLE {
  color:                black;
  vertical-align:       top;
}

ADDRESS, INPUT, TEXTAREA, FORM { 
  font-family:          "trebuchet ms", "lucida sans", arial, 
                         helvetica, geneva, sans-serif;
  font:			inherit;
}

.address {
  font-family:          "trebuchet ms", "lucida sans", arial, 
                         helvetica, geneva, sans-serif;
  font-weight:		bold;
  font-style:		normal;
}

TD {
  vertical-align:	top;
}

/*********************************************************************
 **			Hyperlinks
 *********************************************************************/
A {
  color:		#003366;
}

A:visited {
  color:		#660066;
}

A:hover {
  background-color:     #CCCCFF;
  color:                black;
}

/*********************************************************************
 **			Headings
 *********************************************************************/
H1, H2, H3, H4, H5, H6 {
  font-family:          "trebuchet ms", "tahoma", "lucida sans", arial, 
                          helvetica, geneva, sans-serif; 
}

H1, H2, H3 {
  color:		black;
  background-color:	white;
  text-align:           right;
  font-weight:		bolder;
}

H4 {
  color:		black;		/* #003350;*/
  text-align:           left;
  font-weight:		bolder;
}

/*********************************************************************
 **			Table Layour
 *********************************************************************/

TD.edge {
  background-color:	white;
  border-color:		white;
  width:		12px;
}

TD.plainedge {
  border-color:		white;
  width:		12px;
}


TD.sectionhead {
  text-align:           right;
  background-color:	white;
  border-color:		white;
}

TD.metric {
  background-image:	url(/assets/images/metric.gif);
}

/*********************************************************************
 **			Variables				
 *********************************************************************/
VAR {
  color:                #003399;
  font-family:          "andale mono", "courier new", "courier",
			monospace;
  font-style:		normal;
}

CODE {
  color:                #511204;
  font-family:          "andale mono", "courier new", "courier",
			monospace;
  font-style:		normal;
}

SAMP {
  color:                #004433;
  font-family:          "andale mono", "courier new", "courier",
			monospace;
  font-style:		normal;
}

/*********************************************************************
 *
 *  Formats for the siteinfo footer
 *
 *********************************************************************/

TD.siteinfo {   
  vertical-align:	top;

}

.siteinfo {
  text-align:           right;
  font-style:           normal;
  font-size:            7pt;
}
 


