@media screen,print
{
  a:link {
  }
  
  a:visited {
  }

  a:hover {
  	background:      darkblue;
  	color:           white;
  }

  a:active {
  }

  body {
 	background:      white;
	color:           black;
	font-family:     Arial, Helvetica, sans-serif;
	font-style:      normal;
	font-size:       10pt;
	font-weight:     normal;
	text-decoration: none;
  }

  H1
  {
  	font-family: Arial, Helvetica, sans-serif;
  	font-style:  normal;
  	font-size:   16pt;
  	font-weight: bold;
  	color:       #990000;
  	text-align:  center;
  	text-transform: uppercase;
  	
  }

  H2
  {
  	font-family: Arial, Helvetica, sans-serif;
  	font-style:  normal;
  	font-size:   16pt;
  	font-weight: normal;
  	color:       #990000;
  	text-decoration: none;
  }

  H3
  {
  	font-family: Arial, Helvetica, sans-serif;
  	font-style:  italic;
  	font-size:   16pt;
  	font-weight: normal;
  	color:       #990000;
  }

  TH
  {
  	font-family: Arial, Helvetica, sans-serif;
  	font-style:  normal;
  	font-size:   10pt;
  	font-weight: bold;
  	color:       #006779;
  }

  TD
  {
  	font-family: Arial, Helvetica, sans-serif;
  	font-style:  normal;
  	font-size:   10pt;
  	font-weight: normal;
  	color:       Black;
  }

  /* -------------------------------------------------------- */
  /* Top Menu Bar
  /* -------------------------------------------------------- */

  .common /* Common liks - first line of menu bar             */
  {
	background:      black;
  	color:           white;
  	font-family:     Arial, Helvetica, sans-serif;
  	font-style:      normal;
  	font-size:       8pt;
  	font-weight:     Bold;
  	text-decoration: none;
  }

  .inst /* Institutional Links second & thrid lines of menu bar */
  {
	background:      #006600;
	color:           white;
	font-family:     Arial, Helvetica, sans-serif;
	font-style:      normal;
	font-size:       8pt;
	font-weight:     Bold;
	text-decoration: none;
  }

  /* -------------------------------------------------------- */
  /* Side Menu Bar
  /* -------------------------------------------------------- */

  .leftmenu /* Left Side Menu Links                           */
  {
	background:      lightblue;
	color:           black;
	font-family:     Arial, Helvetica, sans-serif;
	font-style:      normal;
	font-size:       10pt;
	font-weight:     normal;
	text-decoration: none;
	vertical-align:  top;
  }
  .rightmenu /* Right Side Menu Links                         */
  {
	background:      lightblue;
	color:           black;
	font-family:     Arial, Helvetica, sans-serif;
	font-style:      normal;
	font-size:       10pt;
	font-weight:     normal;
	text-decoration: none;
	vertical-align:  top;
  }

  /* -------------------------------------------------------- */
  /* Main Text Area                                           */
  /* -------------------------------------------------------- */

  .main /* Main Text Area                                     */
  {
	background:      white;
	color:           black;
	font-family:     Arial, Helvetica, sans-serif;
	font-style:      normal;
	font-size:       10pt;
	font-weight:     normal;
	text-decoration: none;
	vertical-align:  top;
  }

  /* -------------------------------------------------------- */
  /* Ten-foot Pages                                           */
  /* -------------------------------------------------------- */

  .huge /* Main Text Area                                 */
  {
	background:      lightgrey;
	color:           black;
	font-family:     Arial, Helvetica, sans-serif;
	font-style:      normal;
	font-size:       30pt;
	font-weight:     bold;
	text-decoration: none;
	vertical-align:  top;  
  }

}

@media print
{

  BODY, H1, H2, H3, TH, TD
  {
	color:		black;
  }

}

@media handheld
{

  BODY, H1, H2, H3, TH, TD
  {
	color:		red;
  }

}
