/* CSS Document */

BODY, A:LINK, A:VISITED, A:ACTIVE, A:HOVER, A:FOCUS {
font-size : 10;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color : white;
color : black;
}



        A:link {text-decoration: none; color: #B6434A;}
        A:visited {text-decoration: none; color: #B6434A;}
        A:active {text-decoration: none color: #B6434A;}
	  A:hover {text-decoration: underline ; color: black;}
        BODY { cursor: mouse; }


BODY {
scrollbar-face-color: #ffffff;
scrollbar-shadow-color:  #B6434A;
scrollbar-highlight-color:  #ffffff;
scrollbar-3dlight-color:  #B6434A;
scrollbar-darkshadow-color:  #B6434A;
scrollbar-track-color:  #ffffff;
scrollbar-arrow-color:  #B6434A;
}
TD {font-size : 10;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color : white;
color : black;
text-align : justify;
vertical-align: top;

}.position {
	position: absolute;
	left: 200px;
	top: 200px;
	right: 200px;
	bottom: 300px;
	width: 569px;
	height: 469px;



