@charset "utf-8";
/* CSS Document */

body,td,th {font-family: Arial, Helvetica, sans-serif;}
.style1 {font-size:13px;}
.style2 { color:#0000EE; font-size:13px;}
.style3 {font-size:11px;}

a:link { color: #0000EE; }
a:visited { color: #0000EE; }  
a:hover{ color: #FF5400; }


#apDiv2 {
	position:absolute;
	top:185px;
	width:10px;
	height:30px;
	z-index:2;
}
#apDiv3 {
	position:relative;
	left:810px;
	top:131px;
	width:10px;
	height:30px;
	z-index:3;
}

* html #apDiv3 {
	top:112px;
}

*:first-child+html #apDiv3 {
    	left:820px;
}

#apDiv4 {
	position:relative;
	top:122px;
	width:820px;
	height:7px;
	z-index:5;
}

* html #apDiv4 {
	top:112px;
}

*:first-child+html #apDiv4 {
    left:10px;
	top:131px;
}

.column-2 {
    background-position:right;
    background-position:bottom;
}


#table1 {
	position:relative;
	top:130px;
	width:820px;
	height:650px;
	z-index:4;
	line-height: 13pt;
}

* html #table1 {
	top:112px;
}

*:first-child+html #table1 {
    left:10px;
	top:131px;
}

#taf-left { margin: 0px 10px 190px 35px;}
#taf-right { margin: 0px 10px 270px 18px;}

/***** safari 3 *********/
body:first-of-type .column-1 {
    width:409px;
	}
/************************/

/********** ff3 *********/
.column-2, x:-moz-broken, x:last-of-type {
       background-position:left;
}
/************************/