/**************************************************
// inc/stylesheet.css                 2016-01-02_01
 **************************************************/
/* Normal link style */
a:link {
  color: #0000FF;
  text-decoration: none;
}
a:visited {
  color: #0000FF;
  text-decoration: none;
}
a:active {
  color: #0000FF;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}

BODY {	font-family: arial, helvetica;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	background-color: #E0E0E0;
	color: #000000;
	background: url(../images/whitmarb.jpg) repeat fixed;
}

TABLE {
  border-color: black;
}
TR.header {
  background: #D0D0F0;
}
TH {
  border-color: black;
}
TD {
  border-color: black;
}

div.nav {
  float: left;
  font-size: 10pt;
  width: 14.7%;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

div.page {
  float: right;
  font-size: 10pt;
  width: 84.5%;
}

div.header {
  clear: both;
  font-size: 10pt;
  border-bottom: 1px solid;
}

div.footer {
  clear: both;
  font-size: 10pt;
  border-top: 1px solid;
}

div.reviews {
  float: center;
  font-size: 10pt;
  margin: 5px;
  margin-top: 15px;
  width: 99%;
  border: 1px solid;
}

p.error {
  color: #FF0000;
  font-weight: bold;
}

td.nowrap {
  white-space: nowrap;
}

th.nowrap {
  white-space: nowrap;
}
