﻿BODY
{
	background-color: white;
	color: black;
	font-family: verdana, arial;
	font-size: 10pt;
}
A
{
	color: navy;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A:active
{
	color: blue; /*	text-decoration: underline;  */
}
A:hover
{
	color: #9E0F01; /*	text-decoration: underline;  */
}
.logoImage
{
	background-image:url('AIBBannerSlice.gif');
}
.normalnopadding
{
	color: black;
	background-color: #F6F5E3;
	padding: 3px;
	margin-top: 2px;
	height: 25px;
	cursor: normal;
	font-family: Arial, Verdana;
	font-size: 9pt;
	 border-left: solid 2px gray;
	 border-right: solid 2px #eaeaea;
	 border-bottom: solid 2px #CCCCCC;	 	 

}
h1{
	font-size:18px;
	font-weight:bold;
	color:#9E0F01;
	background-color:inherit;
}
.ct{
	position:relative;
	float:left;
	width:98%;
	z-index: -1;
	
}
.c2{
	margin:3px 0;
	text-align:justify;
	padding:10px;
		z-index: -1;
}
.c3{
	border-top:1px solid #9E0F01;
	border-left:1px solid #9E0F01;
	border-bottom:1px solid #9E0F01;
	margin:3px 1px 3px 3px;
	padding:10px;
		z-index: -1;
}
.rt{
	position:relative;
	float:left;
	width:20%;	
}
.title1{
	font-size:16px;
	font-weight:bold;	
	color:#800000;
	background-color:inherit;	
}

.title2{
	font-size:14px;
	font-weight:bold;
	/*color:#9E0F01;*/
	color:#800000;
	background-color:inherit;
}
.title3{
	font-size:12px;
	font-weight:bold;
	
}

.title4{
	font-size:10px;
	font-weight:bold;
}

.SectionTitle
{
	font-size:14px;
	font-weight:bold;
	color:#800000;
	background-color:inherit;
}


.SectionHeader
{
	font-size:11px;
	font-weight:bold;
	color:black;
	background-color:inherit;
}

.SectionFooter
{
	font-size:11px;
	font-weight:bold;
	color:black;
	background-color:inherit;
}

.SubSectionTitle
{
	font-size:12px;
	font-weight:bold;
	color: black;
	background-color:inherit;
}

.SubSectionHeader
{
	font-size:11px;
	color: black;
	background-color:inherit;
}

.SubSectionFooter
{
	font-size:11px;
	font-weight:normal;
	/*color: Green;*/
	background-color:inherit;
}

.SubSectionRow
{
	background-color: #eaeaea;
	
}

.SubSectionAltRow
{
	background-color: #F6F5E3;
}
.DocTitle
{
	text-align: left;
	font-size:11px;
	font-weight:bold;
	background-color:inherit;
}

.DocNote
{
	font-size:11px;
	font-weight:bold;
	color: Gray;
	background-color:inherit;
}

.question
{
	font-weight:bold;
	color:Navy;
}
.answer
{
	font-weight:normal;
	color:black;
}
.docRow
{
	/* background-color: DarkSeaGreen; */
	 background-color: LightSteelBlue; 
	
}
.altDocRow
{
	background-color:  whiteSmoke;
}
.divWelcome
{
	padding: 0px 5px 0px 0px;
}
.ErrMsg
{
	font-size:11px;
	font-weight:bold;
	color: Red;
}