/*******************************************************************************
 * Elements
 ******************************************************************************/
  
body {
  background-color: #ffaa00;
  color: #336699;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

table, tr, td {
  font-family: Arial,Sans-Serif;
  font-size: 12px;
  border: none;
  padding: 0;
  border-collapse: collapse;
}

table.inner {
  border: none;
  padding: 0;
  border-collapse: collapse;
}

h1 {
  font-family: Arial,Sans-Serif;
  font-size: 20px;
  text-align: center;
}

h2 {
  font-family: Arial,Sans-Serif;
  font-size: 18px;
  text-align: center;
}

h3 {
  font-family: Arial,Sans-Serif;
  font-size: 17px;
  text-align: center;
}

h4 {
  font-family: Arial,Sans-Serif;
  font-size: 16px;
}

h5 {
  font-family: Arial,Sans-Serif;
  font-size: 15px;
}

img {
  border: none;
}

img.left {
  border: none;
  float: left;
  margin-right: 10px;
}

img.right {
  border: none;
  float: right;
  margin-left: 10px;
}

img.framed {
  border: 1px solid #336699;
}

img.ico {
  border: none;
  height: 16px;
  width: 16px;
}

/*******************************************************************************
 * Navigation
 ******************************************************************************/
  
#navigation {
  display: none;
}


/*******************************************************************************
 * Content
 ******************************************************************************/
  
#scroll 
{
  background-color: white;
  border: 1px solid #3336699;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
}

#content 
{
  z-index: 2;
  overflow: hidden;
  text-align: justify;
  width: 100%;
  font-family: Arial,Sans-Serif;
  font-size: 12px;
}

#content a:link 
{
  color: #336699;
}

#content a:visited 
{
  color: #336699;
}

#content a:hover 
{
  background-color: white;
}

#content a:active 
{
  text-decoration: none;
}

#footer 
{
  margin: 0;
  width: 100%;
  line-height: 16px;
  font-size: 9px;
  text-align: center;
}

/*******************************************************************************
 * Footer
 ******************************************************************************/
  
#footer-center 
{
  vertical-align: top;
}

#footer-left 
{
  position: absolute;
  left: 4%;
}

#footer-right 
{
  position: absolute;
  right: 5%;
}


/*******************************************************************************
 * Miscellaneous Classes
 ******************************************************************************/
  
.left 
{
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.smallfont 
{
  font-size: 9px;
}

.smallfont-center 
{
  font-size: 9px;
}

.text 
{
  margin: 1em;
  padding: 1em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  z-index: 0;
  text-align: justify;
}

.texthighlight 
{
  padding: 10px;
}

.fullwidth {
  width: 100%;
}

.table_doc 
{
}

.line2 
{
  line-height: 2em;
}
