﻿body.tables
{
	background-color: #ececed;
}
.description
{
   	background-color: #d7d7d7;
	height: 15px;
	width: 400px;
	vertical-align: bottom;
	margin: 1px;
}
td.header
{
    vertical-align: bottom;
}    
td.blank
{
    /* height: 15px; */
    width: 400px;
    vertical-align: bottom;
}  
td.data2006
{
    background-color: #c8c8c8;
	color: #000;
	/*  height: 15px; */
    width: 15%;  
    vertical-align: bottom;
    padding: 2px
}
td.data2005
{
    background-color: #d7d7d7;
    /* height: 15px; */
    width: 15%;
    color: #000;
    vertical-align: bottom;
    padding: 2px;
}  
td.top2006
{
    background-color: #8c8c8c; 
    color: #ffffff;
    font-weight: 700;
    vertical-align: bottom;
    padding: 2px;
}    
td.top2005
{
    vertical-align: bottom;
    color: #8c8c8c;
    font-weight: 700;
    padding: 2px;
}
/* td.icon
{
    width: 10px;
}    */
.bottomWhite
{
    border-bottom: solid 1px #fff;
}
.bottomBlack
{
    border-bottom: solid 1px #000;
}    
.bottomBlackBold
{
    border-bottom: solid 2px #000;
}
.textRight
{
    text-align: right;
}    
.textLeft
{
    text-align: left;
}    
.borderLeftGrey
{
    border-left: solid 1px #8c8c8c;
}   
.borderRightGrey
{
    border-right: solid 1px #8c8c8c;
}
.bottomDarkGrey
{
    border-bottom: solid 1px #646464;
}     
.bottomGrey
{
    border-bottom: solid 1px #8c8c8c;
}
.bottomDarkGreyBold
{
    border-bottom: solid 2px #646464;
}  
.bottomLightGreyBold
{
    border-bottom: solid 2px #cecece;
}      
.borderTopGrey
{
    border-top: solid 1px #8c8c8c;
}    
.textCenter
{
    text-align: center;
}   
.smallTable
{
	font-size: 75%;
	vertical-align: bottom;	
} 



  
    