@charset "utf-8";
/* CSS Document */
BODY {background-image: url(images/bg.jpg); background-repeat:
no-repeat; background-attachment: fixed; }
body, html {

scrollbar-arrow-color: white;

scrollbar-base-color: black;

scrollbar-dark-shadow-color: black;

scrollbar-3dlight-color: black;

scrollbar-face-color: gray;

scrollbar-highlight-color: black;

scrollbar-shadow-color: black;

scrollbar-darkshadow-color: gray;

 }
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight:bold;

}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0F0;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F0;
}
a:hover {
	text-decoration: underline;
	color: #0F0;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.cartitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	background-color:#FFF
}
table#sample {    background-color:#000;    border: solid #000 1px;    width: 100%;
}
table#sample td {    padding: 0px;    border: solid #fff 1px;
}
.data {    color: #fff;    text-align: left;    border: solid #fff; font:Verdana; font-size:12px; font-variant:samll-caps
}
.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight:bold;

}