/* Omaka Style Sheet.
Created 5 September 2002.

Sam Richardson*/



/* Specific Styles */
/*******************/

/* Lefthand Navigation */

A.navigation:VISITED {
  font-family : Arial, Helvetica, sans-serif;
  color : #003366;
  text-decoration : none;
  font-size : 12px;
}

A.navigation:ACTIVE {
  font-family : Arial, Helvetica, sans-serif;
  color : #003366;
  text-decoration : none;
  font-size : 12px;
}

A.navigation:HOVER {
  font-family : Arial, Helvetica, sans-serif;
  color : #0033cc;
  text-decoration : none;
  font-size : 12px;
}

A.navigation:LINK {
  font-family : Arial, Helvetica, sans-serif;
  color : #003366;
  text-decoration : none;
  font-size : 12px;
}


tr.on {
  background: #cccccc;
}

tr.off {
  background: transparent;
}

tr.pageon {
  background: #cccccc;
}

tr.pageoff {
  background: #ffffff;
}


/* Table data */

.tableheader {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  text-decoration : none;
  font-size : 12px;
  font-weight : bold;
}

.tabledata {
  font-family : Arial, Helvetica, sans-serif;
  color : #333333;
  text-decoration : none;
  font-size : 10px;
  font-weight : normal;
}

/* General Styles */
/*******************/

A:VISITED {
  font-family : Arial, Helvetica, sans-serif;
  color : #990000;
  text-decoration : none;
  font-size : 12px;
}

A:ACTIVE {
  font-family : Arial, Helvetica, sans-serif;
  color : #0033cc;
  text-decoration : none;
  font-size : 12px;
}

A:HOVER {
  font-family : Arial, Helvetica, sans-serif;
  color : #0033cc;
  text-decoration : none;
  font-size : 12px;
}

A:LINK {
  font-family : Arial, Helvetica, sans-serif;
  color : #990000;
  text-decoration : none;
  font-size : 12px;
}


p {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  text-decoration : none;
  font-size : 12px;
}

li {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  text-decoration : none;
  font-size : 12px;
}

.relative { position:relative; }