/* CSS Document */
.left-tile {
	BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(../images/left_tile.jpg); BACKGROUND-REPEAT: no-repeat
}
.right-tile {
	BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(../images/right_tile.jpg); BACKGROUND-REPEAT: no-repeat
}

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

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

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

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


body {
background-color:#35080B;
scrollbar-3dlight-color:#4C0817;
scrollbar-highlight-color:#FF9900;
scrollbar-face-color:#4C0817;
scrollbar-shadow-color:#FF9900;
scrollbar-darkshadow-color:#FF9900;
scrollbar-arrow-color:#FF9900;
scrollbar-track-color:#4C0817;
}

.rectangle {  border-color: #FF9900; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.dashed_rect {  border-color: #FF9900; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.line_top {  border-color: #FF9900; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.line_right {  border-color: #FF9900; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px}
.line_left {  border-color: #FF9900; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px}
.line_down {  border-color: #FF9900; 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: #BE0000}
.head_bg_shadow {background-color: #FF0404}


.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;
}