/* CSS Document */
/* Controls overall layout */
TABLE.CIR_rateadtable{
border-style:solid;
border-color:black;
border-width:1px;
height:120px;
width:120px;
text-align:center;
background-color: #ffffff}
		
/*  Controls each cell */
TD.CIR_cell{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:normal;
border-style:solid;
border-width:1px 0px 1px 0px;
width:60px;
border-color:black}
		
/*  Controls row with title */	
TR.CIR_headlinerow{
background-color: #FFFFCC;
height:30px}
		
/*  Controls row with date in it */
TR.CIR_daterow{
display: block;
background-color: #FFFFCC;
height:10px}
		
/*  Controls first row with rates in it - 30 yr */
TR.CIR_row1{
display: block;
background-color: #FFFFFF;
height:18px}
		
/*  Controls second row with rates in it - 15 yr */
TR.CIR_row2{
display: block;
background-color: #FFFFFF;
height:18px}
		
/*  Controls third row with rates in it - 1 yr ARM */
TR.CIR_row3{
display: block;
background-color: #FFFFFF;
height:18px}
		
/*  Controls box containing the box title */	
DIV.CIR_headlinebox{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:black;
background-color: #FFFFCC;
font-weight:bold;
height:40px;}
		
/*  Controls box containing date */	
DIV.CIR_datebox{
font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
font-weight:normal;
width: 120px;
text-align:center}
