/* CSS Document */

a:link    {font-size:14; font-family: Times New Roman; color: #00FFFF; text-decoration: underline}
a:visited {font-size:14; font-family: Times New Roman; color: #00FFFF; text-decoration: underline}
a:active  {font-size:14; font-family: Times New Roman; color: #00FFFF; text-decoration: none}
a:hover   {font-size:14; font-family: Times New Roman; color: #00FFFF; text-decoration: none}

.menu:link    {font-size:14; font-family: Times New Roman; color: #FFFFFF; text-decoration: none}
.menu:visited {font-size:14; font-family: Times New Roman; color: #FFFFFF; text-decoration: none}
.menu:active  {font-size:14; font-family: Times New Roman; color: #FFFFFF; text-decoration: none}
.menu:hover   {font-size:14; font-family: Times New Roman; color: #FFFFFF; text-decoration: underline}


td {font-size:14; font-family: Times New Roman; color: #00FFFF}
p {font-size:14; font-family: Times New Roman; color: #00FFFF}
h1 {margin:0px; font-size:16px; font-family: Times New Roman; color: #00FFFF}
h2 {margin:0px; font-size:15px; font-family: Times New Roman; color: #00FFFF}
h3 {margin:0px; font-size:14px; font-family: Times New Roman; color: #00FFFF}
.c {font-size:12; font-family: Times New Roman; color: #00FFFF}
.price {font-size:13; font-family: Times New Roman; color: #A0A0FF}
.price_big {font-size:13; font-family: Times New Roman; color: #FF7D7D}


body {
background-color: #000000;
scrollbar-3dlight-color:#5890B4;
scrollbar-highlight-color:#4480A3;
scrollbar-face-color:#377397;
scrollbar-shadow-color:#2A6589;
scrollbar-darkshadow-color:#1A5578;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
margin: 0px;
}

.rectangle {  border-color: #004783; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.line_rect {  border-color: #004783; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.line_down {  border-color: #004783; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.head_rect {background-color: #002236; border-color: #004783; border-style: solid; border-width: 1px}

.cell1 {border-color: #002236; background-color: #000000; border-style: solid; border-width: 1px}
.cell2 {background-color: #002236}

.bg_top_left { background-repeat: no-repeat; background-position: top left}
.bg_top_right { background-repeat: no-repeat; background-position: top right}
.bg_left { background-repeat: repeat-y; background-position: left}
.bg_right { background-repeat: repeat-y; background-position: right}
.bg_down { background-repeat: repeat-x; background-position: bottom}


.bg_top { background-repeat: repeat-x; background-position: top}
.bg_down { background-repeat: repeat-x; background-position: bottom}
