html, body 
{	
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	font-size: 12;
	background-color: #ffffff;
	background-image: url(images/body_bg.gif);
	margin-bottom: 10;
	margin-top:10;
	margin-left:10;
	margin-right:0;
	
}

    .HeaderProjectCategory {
	    color: #FFFFFF;
	    background-color: #000000;
	    font-weight: bold;
    }
    .HeaderProjectList {
	    color: #000000;
	    background-color: #999999;
	    font-weight: bold;
    }
    .TableProjects {
	    padding: 0px;
	    font-size:10pt;
    }
    .RowAlternate1 {
	    background-color: #e4e4e4;
    }
    .RowAlternate2 {
    }
    .ColumnStatus {
	    text-align: center;
	    vertical-align: middle;
    }
    .ColumnPI {
	    font-size: 9pt;
    }
    
    

    .HeaderFacilityList {
	    color: #000000;
	    background-color: #999999;
	    font-weight: bold;
    }
    .TableFacilities {
	    padding: 0px;
	    font-size:10pt;
    }
    .RowAlternate1 {
	    background-color: #e4e4e4;
    }
    .RowAlternate2 {
    }
    .ColumnInstitution {
	    text-align: center;
	    vertical-align: middle;
    }
    
    
    .SearchPanel
    {
    }
    .SearchButton
    {
    	width:75px;
    	font-weight:bold;
    	color:#070707;
    }
    .SearchText
    {
    	width:120px;
    	border:solid 1px #000;
    }
     
     .SearchResultSummary
     {
     	font-weight:bold;
     	padding:5px 0px 5px 0px;
     }
    
     .SearchResultSection
     {
     	padding-left:25px;
     	font-size:smaller;
     }
     
     .SearchResultHeader
     {
     	padding-left:25px;
     	background-color:#efefef;
     	font-size:smaller;
     	font-weight:bold;
     }
     
     .GenericBackToList
     {
     	font-size:smaller;
     	padding:10px 0px 10px 0px;
     }
     
     .GenericTitle
     {
     	font-weight:bold;
     	font-size:larger;
     	color:#993300;
     }
     
     .GenericBody
     {
     }
     
     
    .PrintLink
    {
    }
