/* CSS Document */
body, td { font-family: Tahoma; font-size: 12px; color: #3C3C3C; 
SCROLLBAR-FACE-COLOR: #3399FF; 
SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #C0C0C0; 
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-TRACK-COLOR: #C0C0C0; 
SCROLLBAR-DARKSHADOW-COLOR: #C0C0C0; }

  #wrapper {
     width: 100%;
     min-width: 900px;
     max-width: 1000px;
     margin: 0 auto;
     background-image: url(img/bg-top.gif);
     background-position: top center;
     background-repeat: no-repeat;
     width:expression(document.body.clientWidth > 1000? "1000px" : (document.body.clientWidth < 900 ? "900px" : "100%"));
}

h1 { font-size: 18px; font-weight: bold; }
h2 { font-size: 15px; font-weight: bold; }
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a.red:link, a.red:visited { color: #FF0000; text-decoration: underline; }
a.red:hover { text-decoration: none; }
a.white:link, a.white:visited { color: #FFFFFF; text-decoration: underline; }
a.white:hover { color: #FFFFFF; text-decoration: none; }

.white { color: #FFFFFF; }
.red { color: #FF0000; }
.orange { color: #3399FF; } 
.small { font-size: 10px; }
.strong { font-weight: bold; }
img { border: 0 }
hr { color: #000000; }

