BODY, ADDRESS {
  background-color:     #EEE3D5;
  color:                black;

  link:			#003366;
  vlink:		#660066;
}

BODY, ADDRESS, TABLE { 
  font-family:          "trebuchet ms", "lucida sans", arial, 
                         helvetica, geneva, sans-serif;

  vertical-align:       top;
  
}

INPUT, TEXTAREA, FORM { 
  font-family:          "trebuchet ms", "lucida sans", arial, 
                         helvetica, geneva, sans-serif;
  font:			inherit;
}

A:link {
  color:                #0000CC;
}
A:visited {
  color:                #3300CC;
}

A:focus, A:active {
  background-color:     #CCCCFF;
  color:                red;
}
A:hover {
  background-color:     #CCCCFF;
  color:                black;
}

H1, H2, H3, H4, H5, H6 {
  font-family:          "verdana", "tahoma", "lucida sans", arial, 
                          helvetica, geneva, sans-serif; 
}

TD.edge {
  background-color:	#A8B9A8;
  text-size:		3px;
}

TD.metric {
  background-image:	url(/images/metric.gif);
}


/*********************************************************************
 *
 *  Normal Text
 *
 *********************************************************************/

TD {
  vertical-align:	top;
}


/************************ Variables *********************************/

VAR {
  color:                #003399;
  font-family:          "andale mono", "courier new", "courier",
			monospaced;
  font-style:		normal;
}

CODE {
  color:                #511204;
  font-family:          "andale mono", "courier new", "courier",
			monospaced;
  font-style:		normal;
}


SAMP {
  color:                #511204;
  font-family:          "verdana", "tahoma", "lucida sans", arial, 
                         helvetica, geneva, sans-serif; 
  font-style:		normal;
}



/*********************************************************************
 *
 *  Title and Subtitles
 *
 *********************************************************************/

H2 {
  color:                #003350;
  text-align:           center;
  font-weight:		bolder;
}

H3 {	     
  color:		#003350;
  text-align:           center;
  font-weight:		bolder;
}


H4 {
  color:		#511204;
}


/*********************************************************************
 *
 *  Formats for the Nav bar (at the top)
 *
 *********************************************************************/

TD.navbox {
  background-color:     #FFFFFF;
  color:                black;

  font-family:          "andale mono", "courier new", "courier",
			monospaced;
  font-size:		small;

}

TD.navboxhere {
  background-color:     #CCCCFF;
  color:                #511204;

  font-family:          "andale mono", "courier new", "courier",
			monospaced;
  font-size:		small;
}


TD.physvalue {
  font-size:		9pt;
}

TD.pername {
  color:		#511204;
  background-color:     #FFFFCC;
  font-family:          "verdana", "tahoma", "lucida sans", arial, 
                          helvetica, geneva, sans-serif; 
  font-size:		14pt;
  font-weight:		bolder;
}

TD.persym {
  color:		#003350;
  background-color:     #FFFFCC;
  font-family:          "verdana", "tahoma", "lucida sans", arial, 
                          helvetica, geneva, sans-serif;  
  font-size:		32pt;
  font-weight:		bolder;
  vertical-align:	middle;
}

TD.perfield {
  background-color:     #FFFFCC;
  font-size:		12pt;
  vertical-align:	middle;
}

TD.perdesc {
  background-color:     #EEE3D5;
  font-size:		8pt;
}

		     
/*********************************************************************
 *
 *  Formats for the siteinfo footer
 *
 *********************************************************************/

TD.siteinfo {   
  vertical-align:	top;

}

.siteinfo {
  text-align:           right;
  font-style:           normal;
  font-size:            7pt;
}
 
