.INFOPUB_TEMP1_TITLE {font-size:20px; color:#CC0000; text-align:center; font-weight:bold; line-height:150%; padding-top:20px}

.INFOPUB_TEMP1_SUBTITLE {font-size: 16px;color: #000000; text-align:center;font-weight:bold; line-height:150%; padding-top:20px}

.INFOPUB_TEMP1_CONTENT {font-size: 12px;color: #333333; line-height:200%;}

a.blue1:link{
	font-size: 12px;
	color: #0E719B;
	text-decoration: none;
}
a.blue1:visited {
	font-size: 12px;
	color: #0E719B;;
	text-decoration: none;
}
a.blue1:hover {
	font-size: 12px;
	color: #0E719B;;
	text-decoration: none;
}
.button_grey {
    font-size: 12px;
    color: #000000;
    width: 60px;
    height: 20px;
    border: 1px solid #cccccc;
    background: #f6f6f6;
}

.zoomtool {
       position: absolute;
       bottom: auto;
       clear: both;
       top:expression(eval(document.compatMode &&
              document.compatMode=='CSS1Compat') ?
              documentElement.scrollTop
              +(documentElement.clientHeight-this.clientHeight) - 1
              : document.body.scrollTop
              +(document.body.clientHeight-this.clientHeight) - 1);
}