﻿    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;
    }

    .hometext:link  {
	    color: #03499a;
	    text-decoration: none;
    }
   a:link {
	    color: #03499a;
	    text-decoration: none;
    }
    a:visited {
	    text-decoration: none;
	    color: #03499a;
    }
    a:hover {
	    text-decoration: underline;
	    color: #03499a;
	    cursor: pointer;
    }
    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; 
    }

    .tbox
    {
        height: 17;
        border:1px solid #CCCCCC;
    }
    
    .tagAR
    {
        font: bold italic 8pt Arial, Helvetica, sans-serif; 
        color:#03499a;
    }
    
    .tagPR
    {
        font: bold italic 8pt Arial, Helvetica, sans-serif; 
        color:#660000;
    }
   
    .tdBorder 
    { border-left: solid 1px #CCCCCC; border-top: solid 1px #CCCCCC; }
    .tdBorderBottom 
    { border-bottom: solid 1px #CCCCCC; }
    .tdBorderRight 
    { border-right: solid 1px #CCCCCC; }
    .checkRed
    {	font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #880000;
		font-weight: bold; 
		text-align:center;
		}
    .checkRedBig
    {	font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #880000;
		font-weight: bold; 
		text-align:center;
		}
    .checkBlue
    {	font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #03499a;
		font-weight: bold; 
		text-align:center;
		}
	.tblHeader 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 16px;
		color: #03499a;
		font-weight: bold;
		text-align: center; background-color: #EEEEeF;
		
	}
	.tt
	{
	     cursor:pointer; text-decoration:underline;
	    
	}




