<link rel="stylesheet" type="text/css" href="ai-minisite.css">

a: {
	color: #F90;
	text-decoration: none;
	line-height: 14px;
	text-transform: uppercase;
	font-style: bold;
}

a:link {
	color: #F90;
	text-decoration: none;
  	line-height: 14px;
	text-transform: uppercase;
	font-style: bold;

}

a:visited {
	color: #F90;
	text-decoration: none;
	line-height: 14px;
	text-transform: uppercase;
	font-style: bold;
 
}

a:hover {
	color: #C60;
	text-decoration: none;
    line-height: 14px;
	text-transform: uppercase;
	font-style: bold;
}

body {
	background-color: #dfe5e7;
	font-family: arial, _sans;
	margin: 0px;

}

table.header {
	
	border-spacing: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

table.header td {

	border-spacing: 0px
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

table.bodycont {
	
	border-spacing: 0px;
	border-style: none;
	border-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

table.bodycont td {

	border-spacing: 0px;
	border-style: none;
	border-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
}

table {
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 0px;
	border-collapse: collapse;
}

td {
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 0px;
	border-collapse: collapse;
	color: #616161;
	padding: 0px;
	font-family: georgia, _serif;
	font-size: 13px;
	line-height: 19px;
}

span#bodycopy {
	color: #616161;
	font-family: georgia, _serif;
	font-size: 13px;
	line-height: 19px;
}

span#bodycopy2 {
	color: #616161;
	font-family: georgia, _serif;
	font-size: 13px;
	line-height: 19px;
		
}

span#hdr {
	color: #597d61;
	font-family: georgia, _serif;
	font-size: 18px;
	line-height: 32px;
}


span#hdr2 {
	color: #597d61;
	font-family: georgia, _serif;
	font-size: 14px;
	line-height: 22px;
}

span#subhdr {
	color: #597d61;
	font-family: georgia, _serif;
	font-size: 12px;

}

a.list:link {font-weight:bold; text-decoration:none; color:#F90; text-transform:none; font-size:12px}
a.list:visited{font-weight:bold; text-decoration:none; color:#F90; text-transform:none; font-size:12px}
a.list:hover {font-weight:bold; text-decoration:none; color: #C60; text-transform:none; font-size:12px}
a.list:active  {font-weight:bold; text-decoration:none; color:#F90; text-transform:none; font-size:12px}

a.read:link {font-weight:bold; text-decoration:none; color: #F90; text-transform:none; font-size:12px}
a.read:visited{font-weight:bold; text-decoration:none; color: #F90; text-transform:none; font-size:12px}
a.read:hover {font-weight:bold; text-decoration:none; color: #C60; text-transform:none; font-size:12px}
a.read:active  {font-weight:bold; text-decoration:none; color: #F90; text-transform:none; font-size:12px}

div.footer {
	width:990px;
	margin:20px auto;
	height:50px;
	font-size:11px;
}

.footer a:link , .footer a:active , .footer a:visited  {font-weight:bold; text-decoration:none; color: #597d61; text-transform:none; font-size:11px}
.footer a:hover {font-weight:bold; text-decoration:none; color: #C60; text-transform:none; font-size:11px}


