///////////////////////////////////////////////////////////////////////
// STYLE
var text1 = 9
var text2 = 11
var tfont = "verdana"
//cores from general style
var colorbg      = "#ffffff"
var corname      = "#444444"
var cortext      = "#444444"
var cormore      = "#ff5000"  //"#dd0000"
var corrating    = "#304080"
var corprice     = "#ff7070"  //"#dd0000"  
var corrating2   = "#ffffff"
var corrating3   = "#ffcc00"
var corlink      = "#e00000" //"#ff5000"
var corhover     = "#ff7070"
var corselect    = "#000000"
var corselectbg  = "#ffffff"
var coritembg    = "#f7f7f7"
var corsubop     = "#999999"
var corsubopover = "#cccccc"

var flashww  = 500  // head
var flashhh  = 44 
var flashww2 = 482
var flashhh2 = 364 
var zimageww = 612
var zimagehh = 462 

if (screen.width > 800)
{   
   text1     = 11   
   text2     = 14   
   flashww   = Math.round(flashww * 1.27)  
   flashhh   = Math.round(flashhh * 1.27)  
   flashww2  = Math.round(screen.width  * 0.6) 
   flashhh2  = Math.round(screen.height * 0.6) 
   
} else
{  zimageww = Math.round(zimageww * 0.79) 
   zimagehh = Math.round(zimagehh * 0.79)
}
 




document.write('<style lang="text/css"> td {font: normal ' + text1 + 'pt/' + text2 + 'pt ' + tfont + '; align=middle}')
document.write('A:link, A:visited {color: ' + corlink + '; text-decoration: none;}')
document.write('A:active {color: ' + corlink + '; text-decoration: none;}')
document.write('A:hover {color: ' + corhover + '; text-decoration: none;}')
document.write('</style>')
document.write('</head><body bgcolor="' + colorbg + '" TEXT="' + cortext + '" LINK="' + corlink + '" ALINK="' + corlink + '" VLINK="' + corlink + '"    marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>')
