/* Lise Stuart and Tim Rogers for http://www.mainstreamhousingsearch.org */
/* Last Modified: 02/21/03 */
/* Last Validated: 02/21/03 */
/* See W3C CSS Validator at http://jigsaw.w3.org/css-validator/ */

/* Document Body */

body {
  color: #000000;
  background-color: #333399;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  margin: 10px 30px;
}

/* Major Headings */

h1 {
  font-size: 150%;
  font-weight: normal;
}

h2 {
  font-size: 130%;
  font-weight: normal;
}

h3 {
  font-size: 115%;
  font-weight: bold;
}

h4 {
   font-size: 80%;
   font-weight: normal;
   margin-top: 0; 
   margin-bottom: 0;
}

/* h5, h6, are undefined since we don't use them often. */

/* Document Elements */

p {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: normal;
  font-style: normal;
}

small {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
}

big {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}

em, i {
  /* Inherit Attributes */
  font-style: italic;
}

strong, b {
  /* Inherit Attributes */
  font-weight: bold;
}

cite {
  /* Inherit Attributes */
  font-style: italic;
}

pre, code, samp, tt {
  font-family: "Courier New", Courier, Monospace;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

blockquote {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: normal;
}

/* Images */

img {border: 0px;}


/* Lists */

dt {
  font-size: 13px; 
  font-weight: bold;
}

dd {
  font-size: 13px; 
  font-weight: normal;
  font-style: italic;
}

li {
 font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: normal;
}


/* Tables */

.border_table {
  border: 1px solid #000000; background-color:#c0c0c0; width: 625px;
}

.td_white{
  border: none;
  background-color: #ffffff;

}

.border_datal {
  border: 1px solid #000000; background-color:#ffffff; width: 408px;
  }

.border_datar {  border:1px solid #000000; background-color:#ffffff; width: 204px;
}

caption {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: normal;
  font-style: italic;
}

/*
th {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  background: #000000;
}
*/

th {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

tr {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #000000;
  background: none;

}

.blue {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  background: #333399;
  width: 625px;
}

.white {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #000000;
  background: #ffffff;
  width: 625px;
}

td {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: normal;
  font-style: normal;
}

/*
tr.header {
  background: #99CCFF;
  color: #000000;
  text-align: center;
}
*/

/*
tr.header {
  color: #FFFFFF;
  background: #000000;
  text-align: center;
}
*/

tr.odd {
  /* background: #8FBC8F; */
  /* background: lightgray; */
  background: #CCCCCC;
  color: #000000;
  /* text-align: center; */
}

tr.even {
  /* text-align: center; */
}
/* ... */


/* Hyperlinks */

a:link {
  /* Inherit Attributes */
  text-decoration: none;
  /* FIX ME! This disables custom link colors... */
  /* color: #ff6600; */
  background: transparent;
}

a:visited {
  /* Inherit Attributes */
  text-decoration: none;
  /* FIX ME! This disables custom link colors... */
  /* color: #ff9900; */
  background: transparent;
}

a:active {
  /* Inherit Attributes */
  text-decoration: underline;
}

a:hover {
  /* Inherit Attributes */
  text-decoration: underline;
}

a { text-decoration: none }

a.whitelink {
color:#ffffff;
background: transparent;
}

/* Other Elements */

hr {
  color: #c0c0c0;
  background: #ffffff;}
