﻿    body {
	    background-color: #c9cacd;
	    margin-bottom: 35px;
	    margin-top: 0px;
    }
    body,
    OL,
    .hometext {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 13px;
	    line-height: 16px;
	    color: #333333;
    }
    
    /*look at headling vs headlines; if need both, then better names */
    .headline {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 14px;
	    line-height: 16px;
	    color: #333333;
    }
    .headline1 {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 16px;
	    font-weight: bold;
	    color: #000000;
    }
	.headlines {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 18px;
		color: #03499a;
		font-weight: bold;
	}
    .headlineRev {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 16px;
	    font-weight: bold;
	    color: #FFFFFF;
	    background-color: #0050a0;
    }

    a:link {
	    color: #03499a;
	    text-decoration: none;
    }
    a:visited {
	    text-decoration: none;
	    color: #03499a;
    }
    a:hover {
	    text-decoration: underline;
	    color: #03499a;
    }
    a:active {
	    text-decoration: none;
	    color: #03499a;
    }
    

    .copyright {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    line-height: 13px;
	    color: #333333;
    }
    
     .footnote {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    line-height: 13px;
    }
    
    /*from cat_orig page*/
    body,td,th {
		color: #333333;
	}
	
	.bodyHeader 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 16px;
		color: #03499a;
		font-weight: bold;
		margin-left:auto;
		margin-right: auto; 
	}
	.bodyRightHeader 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 16px;
		color: #03499a;
		font-weight: bold;
		text-align: center;
		margin-left:auto;
		margin-right: auto; 
	}

	.bodyRightText {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    line-height: 14px;
	    color: #333333;
	    text-align: left;
    }
    
    .bodyRightTable {
    	width: 200;
    	border: 0;
    	padding: 0;
    	border-spacing: 0;
    	margin: 0;
    	background-color: #f5f5f5;
    }
	
	.alignCenter
	{
		text-align: center;
		margin-left:auto;
		margin-right: auto; 
	}	
	
	/*from index_orig page;  FIX - better name*/
    .style4 
    {
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 16px; 
    	line-height: 20px; 
    	color: #333333; 
    	font-weight: bold; 
    }




