/* CSS Document */

a:link    {font-size:14; color: #FFCCAA; text-decoration: none}
a:visited {font-size:14; color: #FFCCAA; text-decoration: none}
a:active  {font-size:14; color: #69C2FF; text-decoration: underline}
a:hover   {font-size:14; color: #69C2FF; text-decoration: underline}

.frontpage:link    {font-size:14; color: #69C2FF; text-decoration: none}
.frontpage:visited {font-size:14; color: #69C2FF; text-decoration: none}
.frontpage:active  {font-size:14; color: #69C2FF; text-decoration: underline}
.frontpage:hover   {font-size:14; color: #69C2FF; text-decoration: underline}

.back:link    {font-size:14; color: #69C2FF; text-decoration: underline}
.back:visited {font-size:14; color: #69C2FF; text-decoration: underline}
.back:active  {font-size:14; color: #69C2FF; text-decoration: none}
.back:hover   {font-size:14; color: #69C2FF; text-decoration: none}

.models:link    {font-size:14; color: #FFCCAA; text-decoration: underline}
.models:visited {font-size:14; color: #FFCCAA; text-decoration: underline}
.models:active  {font-size:14; color: #69C2FF; text-decoration: none}
.models:hover   {font-size:14; color: #69C2FF; text-decoration: none}

.stats:link    {font-size:14; color: #FFCCAA; text-decoration: underline;}
.stats:visited {font-size:14; color: #FFCCAA; text-decoration: none;}
.stats:active  {font-size:14; color: #FFCCAA; text-decoration: none}
.stats:hover   {font-size:14; color: #69C2FF; text-decoration: none}

td {font-size:14; color: #FFA669}
p {font-size:14; color: #FFA669}


body {
background-color: #000000;
scrollbar-3dlight-color:#007272;
scrollbar-highlight-color:#69C2FF;
scrollbar-face-color:#007272;
scrollbar-shadow-color:#69C2FF;
scrollbar-darkshadow-color:#69C2FF;
scrollbar-arrow-color:#69C2FF;
scrollbar-track-color:#000000;
}


.rectangle {  border-color: #007070; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.dashed_rect {  border-color: #69C2FF; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.line_top {  border-color: #69C2FF; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.line_right {  border-color: #69C2FF; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px}
.line_left {  border-color: #69C2FF; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px}
.line_down {  border-color: #69C2FF; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}


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