body 
	{
	background-image: url(images/bg_cfec.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: fixed;
    }
	
a:link  
	{
    color: #006699;	
    }
    
a:visited  
	{
    color: #888888;
    }
	
a:hover  
	{
    color: #000000;
    text-decoration: underline;
    }
	
a.navlink
	{
    text-decoration: none;
    color: #006666;
	width: 100%;
	padding: 1px;
    }

	
a.navlink:hover
	{
	background-color: #dddddd;
	text-decoration: none;
    }
	
.navtable
	{
	text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;	
	font-size:70%;
    border-bottom: 1px solid #c0c0c0;
    font-weight: bold;
    }

.navtableend
	{
	text-align: right;	
    padding-top: 3px;
    padding-bottom: 3px;	
	font-size:70%;
    font-weight: bold;
    }
	
.navtablehigh
	{
	text-align: right;	
    padding-top: 3px;
    padding-bottom: 3px;	
	font-size:70%;
    border-bottom: 1px solid #c0c0c0;

	color: #555555;	
	font-style: italic;
    }
.navtableendhigh
	{
	text-align: right;	
    padding-top: 3px;
    padding-bottom: 3px;	
	font-size:70%;
	color: #444444;	
	font-style: italic;
    }
	
td 
	{
    font-family: verdana, arial,helvetica; 
    font-size: 70%;
    line-height: 140%;  
    color: #555555;    
    }

	
h2  
	{
    font-family: arial, helvetica; 
    color: #003000;    
    font-size: 15px;
    }
    
h3  
	{
    font-size: 140%; 
	line-height: 140%;
    padding: 3px;
    margin-bottom: 14px;
    font-family: Verdana, arial,helvetica;
	color: #999966;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;       
    }

h5  
	{
    color: #444444;
    font-size:100%;
    margin-top: 24px;
    margin-bottom: 7px;
    padding: 2px;
	background-color: #f0f0f0;

    }
	
h6  
	{
    color: #444444;
    font-size:100%;
    margin-top: 18px;
    margin-bottom: 3px;
    }

.main 
	{
    border-collapse: collapse; 
    border-color: #c0c0c0; 
    border-style: solid; 
    border-width: 1px; 
    }
	
table.data 
	{
    border-collapse: collapse; 
    border-color: #c0c0c0; 
    border-style: solid; 
    border-width: 1px; 
    }
    
td.data 
	{
    border-collapse: collapse; 
    border-color:  #dddddd;
    border-style: solid; 
    border-width: 1px; 

    padding: 4px;
    }

.borderleft 
	{
    background-image: url("images/v_rule.gif");
    background-repeat: repeat-y;
    background-position: left top;
    padding: 10px;    
    }
    
.borderright 
	{
    background-image: url("images/v_rule.gif");
    background-repeat: repeat-y;
    background-position: right top;
    padding: 10px;    
    }
	
.topspace
	{
    padding-top: 10px;
    }
    
.indent30
	{
    margin-left: 30px;
    }
    
.padding
	{
    padding: 32px;
	background-image: url(images/square.gif);
	background-repeat: repeat-y;
	background-position: left top;
    }
    
.paddingtop
	{
    padding: 8px;
	font-size: 65%;
    background-image: url("images/h_rule.gif");
    background-repeat: repeat-x;
    background-position: right top;    
    }
    
.paddingbottom
	{
	padding-top: 6px;
	padding-left: 30px;
    background-image: url("images/h_rule.gif");
    background-repeat: repeat-x;
    background-position: right bottom;    
    }

    
.linebelow 
	{
    border-bottom: 1px solid #dddddd;
    margin-top: 28px;    
    margin-bottom: 5px;
    padding-bottom: 3px;
    width: 100%;  
    }

    
.bold 
	{
    font-weight: bold;
    }

.indent
	{
    margin-left: 40px;
    }
	
.gray 
	{
    color: #666666;
    font-weight: bold;
    padding-bottom: 18px;
    margin-bottom: 18px;	
	border-bottom: 1px solid #cccccc;

    }

.green 
	{
    color: #006666;
    font-weight: bold;
    margin-top: 2px;    
    margin-bottom: 6px;
    }

.date  
	{
    font-size: 90%;
    padding-top: 4px;   	
    }
	
.smaller  
	{
    font-size: 65%;
    }

.navy 
	{
    color:navy;
    }
    
.black 
	{
    color:#000000;
    }
    
.red 
	{
    color: red;
    }
    
ul
	{
    margin-top: 9px;
    margin-bottom: 6px;    
    line-height: 130%;     
    }
	
ul li  
	{
    margin-top: 9px;
	list-style: square;
	color: #777777;
    line-height: 130%;     
    }
	
ol li  
	{
    margin-top: 6px;
	line-height: 130%;     
    }
    
dd  
	{
    margin-top: 6px;
	line-height: 130%;     
    }
    

    
dt  
	{
    margin-bottom: 6px;    
    }

sup  
	{
    font-size: 95%;
    }
     
th  
	{
    font-family: verdana, arial, helvetica; 
    color: #444444;
    font-size: 70%;
    }

blockquote 
	{
    margin-top: 12px;	
    margin-bottom: 7px;
    }

hr 
	{
    color: #dddddd;
    }
	
