/* for the cta_profile pages */

#globalContainer p
{
    margin-top: 0;
	align: center;
}

hr
{
    border: solid gray 1px;
    margin: 5px 0 5px 0;
}

.header hr
{
    margin: 0 0 20px 0;
}

p, table, td
{
    font-size: 7.5pt;
}

td hr
{
    border: none; border-top: solid #666666 1px
}


.performance
{
    width: 100%;
    text-align: right;
    border-collapse: collapse;
    border: solid #DCDCDC 1px;
    line-height: 18pt;
}

.performance th, .performance td
{
    padding: 0 5px 0 5px;
}

.performance th, .table_header
{
    text-align: right;
    font-weight: 600;
    font-size: 7.5pt;
    line-height: 14pt;
}

/* for the program information table in cta_profile */

/* border collapse is not supported in Explorer. make sure to add the following to any page that uses a border collapse  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">*/

.information
{
    width: 100%;
	align: center;
    padding: 10px; 
    text-align: right;
    border-collapse: collapse;
    border: solid  #DCDCDC 1px;
    line-height: 16pt;
	
	
}

.hidden_except_when_printing
{
    display: none;
}