@import url("text.css");
html { 
scrollbar-arrow-color:#880000; 
scrollbar-track-color:#DDDDDD; 
scrollbar-face-color:#DDDDDD; 
scrollbar-highlight-color:#DDDDDD; 
scrollbar-3dlight-color:#880000; 
scrollbar-darkshadow-color:#DDDDDD; 
scrollbar-shadow-color:#880000; 
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../pix/backgroundstrip.jpg);
	background-repeat: repeat-x;
}
table {
	margin-right: auto;
	margin-left: auto;
	text-align: center;}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Divs */

#bkPage  { background-image: url(../pix/bk-main.jpg); background-repeat: no-repeat; background-position: center 0; text-align: center; margin-right: auto; margin-left: auto }
#bkWhatPage  { background-image: url(../pix/bk-what.jpg); background-repeat: no-repeat; background-position: center 0; text-align: center; margin-right: auto; margin-left: auto }


#bkPageshadow  { background-image: url(../pix/bkshadow.jpg); background-repeat: no-repeat; background-position: center 0; text-align: center; margin-right: auto; margin-left: auto }
#bkPage2{
	background-image: url(../pix/bk-main-2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.bkHeader {
	background-image: url(../pix/bkContent.gif);
	background-repeat: repeat-y;
}
.bkMain {
	background-image: url(../pix/bkMain.jpg);
	background-repeat: no-repeat;
	background-position: 0px 116px;
}

.bkStrip {
	background-image: url(../pix/bkStrip.gif);
	background-repeat: repeat-y;
}
#footer {
	text-align: center;
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer P, #footer P A {
	color:#cccccc;
	font-size: 11px;
	line-height: 12px;
	letter-spacing:0.01em;
	margin-top: 5px;
	margin-bottom: 0px;
	text-decoration:none;
}
#footer P A:hover {
	color:#ff9900;
	font-size: 11px;
	line-height: 12px;
	letter-spacing:0.01em;
	margin-top: 5px;
	margin-bottom: 0px;
	text-decoration:none;
}
#footer P EM {
	font-size: 10px;
	font-style: normal;
}
#footerbar {
	background-color: #777777;
	text-align: center;
	height: 37px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../pix/bk-footbar.gif);
	background-repeat: repeat-x;
}
#footnews {
	text-align: right;
	height: 45px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 800px;
	margin:0px;
}
#flashcontent {
	height: 130px;
}
/* Tables */

.tblMov {
	border: 1px solid #880000;
	background-color: #DDDDDD;
}
.tblMov td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ffffff;
	padding:2px;
}
.tblMov img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ffffff;
	padding:2px;
}
.tblMov H4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 14px;
	}
.tblMov H4 A {
	color:#880000;
	text-decoration:none;
	}
.tblMov H4 A:Hover {
	color:#444444;
	text-decoration:underline;
	}
	
.tblSpec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tblSpec th {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #880000;
	border-left-width: 1px;
	border-left-color: #EEEEEE;
}
.tblSpec td {
	padding:4px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #880000;
	border-right-width: 1px;
	border-right-color: #cccccc;
}
.noBorder {
	border-right-width: 0px;
	border-right-style: solid;
}
.tblSpec a {
	color: #880000;
	text-decoration: none;
}
.tblSpec a:hover {
	
	color: #AAAAAA;
	text-decoration: none;
}
.tblSpec input, .tblSpec textarea {
	border: 1px solid #880000;
	background-color: #EEEEEE;
}
.tblSpec td input.submit {
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #000000;
}
.tblSpec td input.submit:hover {
	background-color: #eeeeee;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #000000;
}

