/* CSS Document */

p {font-family: "Times New Roman, Times, serif"}
p {font-size: 10pt}
p {color: rgb(236,235,236)}

p.b  {font-family: "Times New Roman, Times, serif"}
p.b  {font-size: 10pt}
p.b  {color: rgb(0,0,0)}

a.two:link {color: #000000; font-family: "Times New Roman, Times, serif"; font-size: 10pt; font-style: bold}
a.two:visited {color: #000000; font-family: "Times New Roman, Times, serif"; font-size: 10pt; font-style: bold}
a.two:hover {color: #333333; font-family: "Times New Roman, Times, serif"; font-size: 10pt; font-style: bold}
a.two:active {color: #000000; font-family: "Times New Roman, Times, serif"; font-size: 10pt; font-style: bold}

li  {font-family: "Times New Roman, Times, serif"}
li {font-size: 10pt}
li  {color: rgb(0,0,0)} 

h1  {font-family: "Times New Roman, Times, serif"}
h1  {font-size: 14pt}
h1  {color: rgb(0,0,0)}


BODY{

background-image: url('images/tile_black.jpg');

background-repeat: no-repeat;

background-attachment: fixed;

background-color: black;

SCROLLBAR-FACE-COLOR: #000000;

SCROLLBAR-HIGHLIGHT-COLOR: #333333;

SCROLLBAR-SHADOW-COLOR: #000000;

SCROLLBAR-ARROW-COLOR: #FFDA8E;

SCROLLBAR-BASE-COLOR: #000000;

scrollbar-3d-light-color: #000000;

scrollbar-dark-shadow-color: #000000

}

