A {
  font-family: Arial;
  font-weight: bold;
  color: red;
  text-decoration: none;
  font-size: 10pt;
}

A.big {
  font-size: 13pt;
}

A:hover {
  color: blue;
  text-decoration: underline;
}

H3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 13pt;
  text-decoration: none;
  color: #333399;
}

H1 {
  font-family: Arial;
  font-weight: bold;
  font-size: 16pt;
  color: #333399;
}

H2 {
  font-family: Arial;
  font-weight: bold;
  font-size: 14pt;
  color: #333399;
}

H5 {
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  color: #333399;
}

BODY {
  background-color: white;
  font-family: Arial;
  color: white;
  font-size: 10pt;
  background-image: url(images/background.gif);
}

P, UL, OL {
  color: #333399;
  font-family: Arial;
  font-size: 10pt;
  text-align:justify;
}

B {
  font-weight: bold;
}

TR {
  color: #333399;
  font-family: Arial;
  font-size: 10pt;
}

TABLE.thin {
border: 1px #333 solid;
}

.grey {
background: #CCC;
}

PRE {
  color: #333399;
  font-size: 10pt;
}

CAPTION {
  font-family: Arial;
  font-size: 8pt;
  color: #333399;
}

TABLE.caption, DIV.caption {
  text-align: left;
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial;
  color: #333399;
}

DIV.caption {
width: 465px;
}

A.h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 13pt;
  text-decoration: none;
  color: red;
}

A.h2 {
  font-family: Arial;
  font-weight: bold;
  font-size: 14pt;
  text-decoration: none;
  color: red;
}

A.small {
  font-family: Arial;
  font-weight: bold;
  color: red;
  font-size: 8pt;
}

ADDRESS {
  color: #333399;
  font-family: Arial;
  font-size: 10pt;
  padding-left: 20px;
}

P.footer {
  color: #333399;
  font-family: Arial;
  font-size: 8pt;
  position: absolute;
  left: 15pt;
}

LINK {
  background-color: #333399;
}

P.sidebar {
  color: red;
}

TD.sidebar {
  background-color: white;
}

DIV#body {
width: 800px;
}


DIV#banner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100px;
width: 800px;
background-color: #000099;
}

DIV.main {
position: absolute;
top: 100px;
bottom: 0;
left: 180px;
width: 610px;
padding-top: 10px;
background-color:#FFFFFF;
}

DIV#sidebar {
position: absolute;
top: 100px;
bottom: 0;
left: 0;
right: 180px;
height: 800px;
padding-top: 10px;
}

DIV.block {
width: 100%;
padding: 5px;
padding-bottom: 20px;
}

IMG.imageleft {
position: relative;
margin-right: 20px;
margin-bottom: 10px;
border: 0;
float: left;
}

IMG.imageright {
margin-left: 20px;
margin-bottom: 10px;
position: relative;
border: 0;
float: right;
}

.reversed {
color: #FFFF33;
background-color: #000066;
}

.accent {
color: #CC0000;
font-weight: bold;
font-style: italic;
}