/* 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: #F77EFE; text-decoration: underline}
a:hover   {font-size:14; color: #F77EFE; text-decoration: underline}

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

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

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


body {
background-color: #000000;
scrollbar-3dlight-color:#961D9D;
scrollbar-highlight-color:#F77EFE;
scrollbar-face-color:#2C0054;
scrollbar-shadow-color:#F77EFE;
scrollbar-darkshadow-color:#F77EFE;
scrollbar-arrow-color:#F77EFE;
scrollbar-track-color:#000000;
}

.rectangle {  
   border-color: #94199A; 
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px
}
.dashed_rect {  
   border-color: #F77EFE; 
   border-style: dashed; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px
}
.line_top {  
   border-color: #F77EFE; 
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 0px; 
   border-bottom-width: 0px; 
   border-left-width: 0px
}
.line_right {  
   border-color: #F77EFE; 
   border-style: solid; 
   border-top-width: 0px; 
   border-right-width: 1px; 
   border-bottom-width: 0px; 
   border-left-width: 0px
}
.line_left {  
   border-color: #F77EFE; 
   border-style: solid; 
   border-top-width: 0px; 
   border-right-width: 0px; 
   border-bottom-width: 0px; 
   border-left-width: 1px
}
.line_down {  
   border-color: #F77EFE; 
   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
}
.Preview {
	FONT-SIZE: 10pt;
	color:#000000;
	BACKGROUND-IMAGE: url(./images/loading_Preview.gif); 
	WIDTH: 150px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 135px; 
	TEXT-ALIGN: center;
}
