@charset "utf-8";
/* CSS Document */

html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	margin:0;
	background:url(../images/iam_body_bg.gif) repeat-x left top #e1e0dc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#4e5054;
}
a img{
		border:none;
}
li a{
	font-size:0.8em;
	text-decoration:none;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
}
h1{
	font-size:1.4em;
	font-family:"Times New Roman", Times, serif;
	color:#16235a;
}
h2{
	font-size:1.1em;
	color:#16235a;
	margin-bottom:-12px;
}
h3{
	font-size:1em;
	color:#16235a;
	margin-bottom:-12px;
}
h4{
	font-size:0.7em;
	margin-top:0;
	color:#0072ae;
}
h5{
	margin:0;
	padding:3px 0 2px 0px;
	font-size:0.8em;
	color:#16235a;
}
p{
	font-size:0.9em;
	line-height:1.5em;
}
td{
	font-size:0.9em;
}
a.s{
	font-size:0.7em;
}
.clear{
	clear:both;
}
