/* Standard HTML tags */

SELECT
{
  font-family: "Courier New", "Courier", "fixed";
  background-color: #FAFAFA;
  font-size: 9pt;
  color: black;
  margin: 0 0 0 0;
}

BODY
{
  font-family: "Verdana", "Helvetica", "Arial", "sans-serif";
  background-color: #F0F0F0;
  background-image: url("images/bricks-white-60.jpg");
  font-size: 9pt;
  color: black;
  margin: 0 0 0 0;
}

TD
{
  vertical-align: top;
  font-size: 9pt;
  line-height: 12pt;
}

P
{
  font-size: 9pt;
  line-height: 12pt;
  margin: 1pt 0 8pt 0;
}
UL,
OL
{
  margin: 6pt 24pt 6pt 24pt;
}
LI
{
  font-size: 9pt;
  margin: 0pt 0 0pt 0;
}

HR
{
  margin: 12px 8px 0px 6px;
  color: #882200;
  height: 3px;
}
H1
{
  font-family: "Georgia", "Times", "serif";
  font-size: 16pt;
  background: url("images/bricks-white-40.jpg");
  padding: 16pt 0 4pt 0;

}
H2
{
  font-family: "Georgia", "Times", "serif";
  font-size: 13pt;
  border-top: 1px solid #DDDDDD;
  margin: 13pt 0 3pt 0;
}
H3
{
  font-family: "Georgia", "Times", "serif";
  font-size: 11pt;
  margin: 11pt 0 3pt 0;
  border-top: 1px dotted #660800;
  border-bottom: 1px dashed #660800;
  color: #882200;
}
H4
{
  font-size: 9pt;
  font-weight: bold;
  margin: 8pt 0 2pt 0;
}
H5
{
  font-size: 7pt;
  font-weight: normal;
  border-top: 1px solid #DDDDDD;
  margin: 8pt 0 0pt 0;
}

IMG
{
  border: none;
}


A,
A:active,
A:visited
{
  text-decoration: none;
  border-bottom: 1px dotted black;
  color: black;
  cursor: hand;
}

A:hover
{
  text-decoration: none;
  border-bottom: 1px solid red;
  color: black;
  cursor: hand;
}


/* Content Styling */

.menulinks,
.menulinks:active,
.menulinks:visited
{
  text-decoration: none;
  border-bottom: none;
  color: black;
  font-weight: bold;
  cursor: hand;
}
.menulinks:hover
{
  text-decoration: none;
  border-bottom: 1px solid red;
  color: black;
  font-weight: bold
  cursor: hand;
}
.topline
{
  background-color: #DDDDDD;
  height: 2px;
}
.menuarea
{
  background-color: #DDDDDD;
  padding-left: 4px;
  height: 400px;
}
.mainarea
{
  background-color: #FFFFFF;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 400px;
}
.spotarea
{
  background-color: #DDDDDD;
  padding-left: 4px;
  padding-bottom: 16px;
}

.pagedisclaimer
{
  background-color: silver;
  padding: 1px 0 2px 0;
  font-size: 8pt;
  text-align: center;
}
.newstitle:visited,
.newstitle:active,
.newstitle
{
  text-decoration: none;
  border-bottom: none;
  margin: 9pt 0 0 1pt;
  font-size: 9pt;
  color: black;
  cursor: hand;
}
.newstitle:hover
{
  text-decoration: none;
  border-bottom: 1px solid red;
  margin: 9pt 0 0 1pt;
  font-size: 9pt;
  color: black;
  cursor: hand;
}

.newsdate
{
  font-size: 7pt;
  color: #606060;
}

.thinborder
{
  border: 1px solid silver;
}

.colouredBackground
{
  background: #DDDDDD;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Blue Book */

.bluebookFormheader
{
  font-size: 8pt;
  font-weight: bold;
  margin: 0 0 0 0;
}

.bluebookText
{
  font-size: 8pt;
  margin: 0 0 1pt 0;
}

.bluebookSign
{
  font-size: 7pt;
  margin: 0 0 1pt 0;
  text-align: right;
  font-style: italic;
}

.bluebookFrame
{
 border: 1px solid silver;
 background-color: #EEEEF4;
 margin: 2px 2px 0 0;
}

.bluebookInput
{
  width: 135px;
  font-size: 8pt;
  margin: 0 0 0 0;
}




