p{
	font-size:smaller;
	line-height:150%;
}
    .style1
    {
        padding-bottom:20px;
    }

    .boldBlackText
    {
        color:#000000;
        font-weight:bolder;
    }
    .boldWhiteText {
	    color: #FFFFFF;
	    font-weight:bolder;	
    }
    .smallerText{
	    font-size:x-small;
    } 
    .largerText
    {
        font-size:x-large;
    }
    .agencySpotlight{
	    text-align:center;
    }

    a:link 
    {
		color:#116c03;
        text-decoration:none;
    }
    a:hover
    {
        text-decoration:underline;
    }
    a:visited
    {
		color:#968301;
    }
    img.SearchResultAgencyName
    {
        border:0; 
        text-align:left; 
        vertical-align:middle; 
        padding-right:5px;
     }


th.listName{
	text-align:left;
	font-size:smaller;
	font-weight:bolder;
	background-color:#CDC485;
	padding:3px 5px 5px 5px;
	cursor:pointer;
}
	td.listCategoryName{
		text-align:right;
		vertical-align:top;
		padding-right:10px;
		font-size:small;
		font-weight:bolder; 
		width:95px;
		line-height:140%;
		border-bottom:1px solid #CDC485;
	}
	td.listCategoryInfo{
		vertical-align:top;
		font-size:small;
		line-height:140%;
		border-bottom:1px solid #CDC485;
		padding-left:5px;
	}
	td.listFullDetail{
		font-size:small;
		padding-bottom:10px;
		line-height:140%;
		padding-left:107px
	}
	a.listFullDetail{
		text-decoration:none;
		font-weight:bold;
		color:#116c03;
	}
	a.listFullDetail:hover{
		text-decoration:underline;
	}



table.form
{
    width:100%;
    padding: 0 5 5 0;
}
	th.formSectionName{
		text-align:left;
		font-size:smaller;
		font-weight:bolder;
		background-color:#CDC485;
		padding:3px 5px 5px 5px;
	}
	td.formItemName{
		text-align:right;
		vertical-align:top;
		padding-right:10px;
		font-size:small;
		font-weight:bolder; 
		width:150px;
		line-height:140%;
		padding-bottom:10px;
	}
	td.formItemEntry{
		vertical-align:middle;
		font-size:small;
	}
	.textInput
	{
	    border:solid 1px #159501;
	    background-color: #f7f0c2;
	    width:250px;
	    height:20px;
	    font-size:x-small;
	}
	.submit
	{
	    border:double 4px #159501;
	    background-color: #f7f0c2;
	    font-weight:bold;
	    cursor:pointer;
    }	
    .button
	{
	    border:solid 2px #dec202;
	    background-color: #f7f0c2;
	    font-size:x-small;
	    font-weight:bold;
	    letter-spacing:2px;
	    cursor:pointer;
    }
