/* CSS Document */
BODY, TD {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 11px;
  color: #0267a7;
  background: #0267a7;
  
}

FORM {
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
}

P {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
    color: #0267a7;
    line-height: 13px;
	margin-right: 50px;
}

P.ftrd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
    color: #0267a7;
    line-height: 13px;
	margin-left: 4px;
	margin-right: 0px;
}

P.bluecolumn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
    color: #ffffff;
    line-height: 14px;
    margin: 0em;
	padding:10px;
}

P.header {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: bold;
    color: #0267a7;
    line-height: 16px;
    margin: 0px;
}
  
A:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 14px;
  color: #0267a7;
  text-decoration: underline;
  }
  
A:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 14px;
  color: #85b5d9;
  text-decoration: underline;
  }
  
A:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 14px;
  color: #0267a7;
  text-decoration: underline;
  }
  
A:visited:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 14px;
  color: #85b5d9;
  text-decoration: underline;
  }  

A:link.column {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 12px;
  color: #ffffff;
  text-decoration: underline;
  }
  
A:hover.column {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 12px;
  color: #b6c4b9;
  text-decoration: underline;
  }
  
A:visited.column {
 font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 12px;
  color: #ffffff;
  text-decoration: underline;
  }
  
A:visited:hover.column {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 12px;
  color: #b6c4b9;
  text-decoration: underline;
  } 
  
A:link.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 12px;
  color: #ffffff;
  text-decoration: none;
  }
  
A:hover.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 12px;
  color: #85b5d9;
  text-decoration: none;
  }
  
A:visited.nav {
 font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 12px;
  color: #ffffff;
  text-decoration: none;
  }
  
A:visited:hover.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  line-height: 12px;
  color: #85b5d9;
  text-decoration: none;
  }
  
INPUT.buttons {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px;
  background-color: #fab565;
  cursor: hand
  }
  
SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  color: #0267a7;
  }
  
INPUT {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  11px;
  color: #0267a7;
  }
  
TD.nav {
  border-bottom: 1px solid #EC4A49;
  padding: 8px;
  background-color: #CC1615;
  }
  
TD.navon {
  border-bottom: 1px solid #EC4A49;
  padding: 8px;
  background-color: #85B5D9;
  }
  
TD.navframe {
  border-right: 1px solid #EC4A49;
  padding: 8px;
  background-color: #CC1615;
  }
  
TD.navframeon {
  border-right: 1px solid #EC4A49;
  padding: 8px;
  background-color: #85B5D9;
  }  
  
TD.content {
  background-color: #ffffff;
  text-align: top;
  }
  
TD.featured {
  background-color: #EC4A49;
  }  
  
.row {
  background-color: #EC4A49;
 }
 
.rightcolumn {
  background-image: url('images/img_spacer2.gif');
  }
  
.search {
 background-color: #f3f3f3;
 padding: 4px;
 font-weight: bold;
 border-right: 1px solid #ffffff;

 }

.tableheader
{
 color: white;
}

.tablerow
{
 color: black;
 background-color: #9BCCF2;
}  

.tablealtrow
{
 color: black;
 background-color: #85B5D9;
}  

.details
{
 color: black;
 background-color: white;
 vertical-align: top;
}

.detailsheader
{
 color: #0267A7;
 background-color: white;
}

UL {
  font-size: 11px;
  line-height: 14px;
  color: #0267a7;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }