body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-stretch:extra-expanded;
	color: #0000CC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight400;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	margin-left: -10px;
	bottom: 10px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
}
.irhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
}
a:link {color: #0000CC;  }
a:active {color: #0000CC; }
a:visited {color: #0066FF;  }
a:hover {color:#0000CC; }

.table {
	background-color:#EEEEEE;
}
.table_altrow {
	background-color:#DDDDDD;
	font-weight:bold;
}
.img_right {
	float:right;
	padding:0 0 8px 12px;
}
