.projectListName {
     font-size: 24pt;
     line-height: 80%;
     color: #971A1E;
}

.projectListAddress {
     font-size: 18pt;
     color: #444444;
}

.projectListFeatures {
     font-size: 12pt
}

ul {
     line-height:95%
}

a {
     color: #971a1e;
}

a:visited {
     color: #430006
}

a:hover {
     color: #a73a3e
}

.green {
     color: green;
     }
     
.caution {
        color: red;
        }
        
.appTableContent {
               font-family: Georgia, Times New Roman;
     color: #000000;
     font-size: 10pt
}
.tableHeaderText {
     font-family: Georgia, Times New Roman;
     color: #ffffff;
     font-size: 10pt
}



fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;  
border: 1px solid #BFBAB0;  
background-color: #F2EFE9;  
background-image: url(images/layout/fieldset_gradient.gif);  
background-repeat: repeat-x;
}

legend {  
margin-left: 1em;  
padding: 0;  
color: #000000;  
font-weight: bold;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}

fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent;  
background-image: none;
}

label {  
float: left;  
width: 10em;  
margin-right: 1em;
}

.requiredField {
  color: #ff0000;
  }


