BODY, P, TD, TH, LI, DIV {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	}

BODY {
	background-image: url("http://www.maip.com/midamerica/graphics/blubar1286.jpg");
	background-repeat: repeat-y;
	margin:0px;
	}

A {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#0000CC;
	text-decoration:none;
	}

A:hover {
	text-decoration:underline;
	}

FONT.leftNavLinks, A.leftNavLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

A.leftNavLinks:hover {
	color:#FFCC00;		
	}

FONT.leftNavHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#FFFF00;
	font-weight:bolder;
	font-style:italic;
	}

FONT.pageHeader {
	font-size:15pt;
	font-weight:bold;
	letter-spacing: 12px;
	}
	
FONT.title {
	font-size:14pt;
	font-weight:bold;
	}
	
FONT.small {
	font-size:8pt;
	}	

A.footerLinks {
	font-size:9pt;
	text-decoration:none;
	color:#0000CC;
	}

A.footerLinks:hover {
	text-decoration:underline;
	}


HR.leftNavDivider {
	border-top: 2px dashed #f00;
	border-bottom: 2px dashed #f00;
	color: #f00;
	background-color: #f00;
	height: 4px;
	}
	
#headlineBanner {
	font-size : 10pt;
	font-weight:bold;
	font-family : arial, helvetica;
	color : #0000CC;
	_position: relative;
	_top: -50%

}

#headlineBanner a {
	color : #0000CC; 
	text-decoration:none;
}

DIV.yellowbox {
	background-color:#FFFFCC;
	border:1px solid #000000;
	padding:3px;
	margin-left:4px;
	margin-right:4px;

}

table.dataGrid {
	border:1px solid #000000;
	border-collapse: collapse;
}

table.dataGrid th {
	border:1px solid #000000;
	padding:2px;
	text-align:left;
	font-size:12pt;
	
}

table.dataGrid td {
	border:1px solid #000000;
	padding:2px;
	text-align:left;
}


#smallList ul {
	font-size: 8pt;
}

#smallList li {
	font-size: 8pt;
}

#modalMask {
	position:fixed;
	z-index:1000;
	display:none;
	width: 0px;
	height: 0px;
	top:0;
	left:0;
	margin:0;
	border:0;
	background-color:#000000;
	filter: Alpha(Opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	}

#modalWindow {
	position:fixed;
	z-index:1001;
	display:none;
	padding:0;
	left:50%;
	top:0;
	margin:0;
	width:0px;
	height:0px;
	background-color:#FFFFFF;
	font:10pt;
	border: 1px solid #000000;
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity: 1;
	}

