﻿/* ===========================
    CSS styles for ICI
   ===========================
*/
.firstIndent 
{
	text-indent: 15px;
	margin-top: 20px;
}

body.navbar
{
	background-color:#545d83;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11 px;
	color: white;
	margin-top:15px;
	margin-left:21px;
    text-align: left;
    line-height:.5cm;
}

body.content
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11 px;
	color: #545d83;
	font-weight:bold;
	margin-top:15px;
	margin-left:21px;
    text-align: left;
    line-height:.5cm;
}

p
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #545d83;
	line-height:.3cm;
}

li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #545d83;
	line-height:.3cm;
}

td
{
padding:8px
}

p.underline
{
	text-decoration: underline;
}

a.navbar:link
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	border-style: none;
	line-height:2;
	text-decoration: none;
}

a.navbar:visited
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	border-style: none;
	line-height:2;
	text-decoration: none;
}

a.navbar
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	border-style: none;
	line-height:2;
	text-decoration: none;
}

a.navbar:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	border-style: none;
	line-height:2;
	text-decoration:underline;
}

a.keydocuments:link
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
}

a.keydocuments:visited
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
}

a.keydocuments
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
}

a.keydocuments:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #FFFFFF;	
}

.tableCellLightGray
{
	background-color: #C7D0FE;
}

.tableHead 
{
	background-color: #545d83;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.tableHead2 
{
	background-color: #546dbf;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.underline 
{
	text-decoration: underline;
	color: #545d83;
	font-weight: bold;
	font-family: Verdana;
}

.tableHeadCenter
{
	background-color: #7984b2;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.indented 
{
	margin-left: 15px;
}

.indentedmore 
{
	margin-left: 35px;
}

.indentedbullet
{
	margin-left: 25px;
	
}

.tableIndent 
{
	margin-left: 15px;
}

.white
{
    color: #FFFFFF;
}

.blue
{
    color: #545d83;
}

.emphasis
{
    font-style: italic;
}
