﻿/* heading */
.ICEHeading
{
width: 620px; 
font-size: 12px; 
line-height: 22px;
background-color: #0A4788;
color: White;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
/*
drop shadow
border-bottom: 3px solid #CCCCCC;
border-right: 3px solid #CCCCCC;
*/
}

/* text within table */
.BoldNavy
{
font-weight:bold; 
color:Navy
}

/* Bullet h and w */
.ICEBullet
{
/* Col 1 empty */
height:9px;
width:8px;
vertical-align:middle;
}

/* table */
table.ICEtable
{
text-align: left;
width: 525px;
/*
font-family: Verdana;
font-weight: normal;
font-size: 12px;
border-collapse: collapse;
border-spacing: 0px;
border-style:solid;
border-color:#0A4788; 
border-width:1px
*/
}

/* table row */
.ICERow
{
width: 100%;
height:10px; 
}

.ICECol1
{
/* Col 1 empty */
width: 2%;
}
.ICECol2
{
/* Col 2 bullet */
width: 3%;
}
.ICECol3
{
/* Col 3 text */
width: 95%;
}


