A:LINK {  color: BLUE;  }
A:visitied {color: RED;}
A:active {color: BLACK;}
A:special:LINK {color: BLACK;}


BODY {
		font-family: Trebuchet MS;
		font-weight: light;
		color: #000000;
		background: #FFfeee;
		text-align: left;
		text-indent: .0in;
}

DIV.left {
		width: 40%;
                text-align: left;
		float: left;
                padding-right: 0.3 in;
                boarder-right: solid thin;
		margin-left: 1cm;
         }

DIV.right {
		width: 40%;
                text-align: right;
		float: right;
                padding-left: 0.3 in;
                boarder-right: solid thin;
		margin-right: 1cm;
         }


DATA.tbl1 {
             border: thinn solid black;

            }


IMG.LeftCross {
             position: absolute;
             top: 10;
             right: auto;
             bottom: auto;
             left: 90

            }


IMG.RightCross {
             position: absolute;
             top: 10;
             right: auto;
             bottom: auto;
             left: 870

            }


