<!--
with(document)
{
write('<style type="text/css">');


write('body {background-color: #444455}');


write('.title {font-size:');
write(screen.height/50);
write('pt; font-weight: normal; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');

write('.titlebold {font-size:');
write(screen.height/50);
write('pt; font-weight: bold; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');

write('.titlespaced {font-size:');
write(screen.height/50);
write('pt; font-weight: bold; letter-spacing: 3px; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');



write('.text {font-size:');
write(screen.height/70);
write('pt; font-weight: normal; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva,  sans-serif}');

write('.textbold {font-size:');
write(screen.height/70);
write('pt; font-weight: bold; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');

write('.textspaced {font-size:');
write(screen.height/70);
write('pt; font-weight: normal; letter-spacing: 3px; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');


write('.textwt {font-size:');
write(screen.height/70);
write('pt; font-weight: normal; color: #ffffff; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva,  sans-serif}');



write('.bottomtxt {font-size:');
write(screen.height/90);
write('pt; font-weight: normal; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');

write('.bottomtxtbold {font-size:');
write(screen.height/90);
write('pt; font-weight: bold; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');

write('.bottomtxtspaced {font-size:');
write(screen.height/90);
write('pt; font-weight: normal; letter-spacing: 3px; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');



write('.ft2L {font-size: 12pt; font-weight: normal; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');
write('.ft0 {font-size: 8pt; font-weight: normal; color: #ffddaa; font-family: PrimaSans BT, Verdana, Times New Roman, Helvetica, Geneva, sans-serif}');
write('a {text-decoration: none; color:#00ff00} a:active {color: #ffff00} a:visited {color: #00ffff} a:hover {color: #ffffff; background: transparent}'); 
write('</style>')
}
document.close()

// -->



