.narrow {width:600px}
.tight {width:300px}

.narrowcenter {text-align:center; width:700px}
.narrowright {text-align:right; width:700px}
.narrowleft {text-align:left; width:700px}

.white {background-color:white}

.justify { text-align:justify; }

.rdaterm {
border-bottom: 5px solid #666666;
padding: .3em;
background-color: #999983;
}

.floatright {
 float: right;
 margin: 10px 10px 10px 10px;
 clear: right;
 }

.floatleft {
 float: left;
 margin: 10px 10px 10px 10px;
 clear: left;
 }

/* Links
----------------------------------------------- */
a:link, a:visited {
  color:#03c;
  text-decoration:none;
  border-bottom:1px dotted #69f;
  }
a:visited {
  color:#906;
  border-color:#c6c;
  }
a:hover {
  color:#f00;
  border-color:#c00;
  }

a:link img, a:visited img {border-width:0;}

h2 a:link, h2 a:visited {border-width:0; color:#03c;}

h3 a:link, h3 a:visited {border-width:0; color:#03c;}

h2 a:hover, h3 a:hover {color:#f00; border-bottom-width:1px;}

a.noborder:link, a.noborder:visited {border-width:0;}

a.thumbnail:link, a.thumbnail:visited {border-width:0;}

table { border-collapse: collapse;
 	border-spacing: 0; }

td { border: 1px solid #909090; 
     padding: 3px ; 
     font-size: .9em; }

li {
margin: 10px 0px
}

