/* 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}

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


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}
.head_rect {background-color: #7B0404; border-color: #670001; border-style: solid; border-width: 1px}
.head_bg {background-color: #007474}
.head_bg_shadow {background-color: #00ADAD}


.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}
.Preview {
	FONT-SIZE: 10pt;
	color:#000000;
	BACKGROUND-IMAGE: url(./images/loading_Preview.gif); 
	WIDTH: 150px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 135px; 
	TEXT-ALIGN: center;
}