/* CSS Document */

a:link    {font-size:14; color: #0090C5; text-decoration: underline}
a:visited {font-size:14; color: #0090C5; text-decoration: underline}
a:active  {font-size:14; color: #0090C5; text-decoration: none}
a:hover   {font-size:14; color: #0090C5; text-decoration: none}

.back:link    {font-size:14; color: #0090C5; text-decoration: underline}
.back:visited {font-size:14; color: #0090C5; text-decoration: underline}
.back:active  {font-size:14; color: #0090C5; text-decoration: none}
.back:hover   {font-size:14; color: #0090C5; text-decoration: none}

td {font-size:14; color: #0090C5}
p {font-size:14; color: #0090C5}


body {
background-color: #000000;
scrollbar-3dlight-color:#004B9F;
scrollbar-highlight-color:#003E84;
scrollbar-face-color:#003672;
scrollbar-shadow-color:#002B5B;
scrollbar-darkshadow-color:#002249;
scrollbar-arrow-color:#0090C5;
scrollbar-track-color:#000000;
}

.bg_top {background-repeat: repeat-x; background-position: top}
.bg_down {background-repeat: repeat-x; background-position: bottom}
.bg_single_tp_lt {background-repeat: no-repeat; background-position: top left}
.bg_single_tp_rt {background-repeat: no-repeat; background-position: top right}
