<style type="text/css">{  }body, td		{		scrollbar-darkshadow-color: #FFFFFF;		scrollbar-track-color: #FFFFFF; 		scrollbar-face-color: #ffffff; 		scrollbar-shadow-color: #FFFFFF;		scrollbar-3dlight-color: #FFFFFF; 		scrollbar-highlight-color: #FFFFFF;		scrollbar-arrow-color: #000000;		font-family: Times New Roman, Georgia, Trebuchet MS; 		font-size: 13pt; 		text-align: justify;		color: #000000; 		margin: 0;		line-height: 13px;		background-attachment: fixed;				}a:link {			text-decoration: none;        color: #ffffff;		background-color: #CC0000;			}a:visited {			text-decoration: none;        color: #ffffff;		background-color: #CC0000;			}a:active {			text-decoration: none;        color: #ffffff;		background-color: #CC0000;			}a:hover 	{			text-decoration: none;		color: #FFFFFF;		background-color: #000000;		cursor: default		}.bla		{		font-family: Times New Roman, Georgia, Trebuchet MS; 		font-size: 14pt; 		line-height: 10px;		font-weight: bold;		border-bottom: 1px solid #CC0000;		}input, textarea 		{		font-family: Georgia, Trebuchet MS; 		font-size: 10px; 		color: #000000; 		background: #ffffff; 		border: 1px solid #CC0000;		} <script language="JavaScript1.2" type="text/javascript">//Scrollable content III- By http://www.dynamicdrive.comvar speed, currentpos=curpos1=0,alt=1,curpos2=-1function initialize()    {    if (window.parent.scrollspeed!=0)        {        speed=window.parent.scrollspeed        scrollwindow()        }    }function scrollwindow()    {    temp=(document.all)? document.body.scrollTop : window.pageYOffset    alt=(alt==0)? 1 : 0    if (alt==0)    curpos1=temp    else    curpos2=temp    window.scrollBy(0,speed)    }setInterval("initialize()",10)</script></style>