@charset "utf-8";
/* CSS Document 

.background_image {
	background-repeat:repeat;
	background-image:url(../images/bg.JPG);
	background-color: #000;
	background-attachment: fixed;	
}
**/

.background_image_1 {
	background-repeat:repeat;
	background-image:url(../images/bg2.JPG);
	background-color: #000;
	background-attachment: fixed;	
}



.shadow_table {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	background-color:#FFF;
	filter:alpha(opacity=60);
	background-color: white; /* IE's opacity*/
	opacity: 0.90;
	z-index: -100;
}




.normal_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.normal_text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

a:link.normal_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

a:hover.normal_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

a:visited.normal_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

 
.clcik_normal_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;
}

.strike{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:line-through;
color:#FF0000;}
/**
.alpha{
width:980;
height:auto;
background:#FFFFFF;
filter:alpha(opacity=95);
opacity:0.8;}

.alpha1{
height:80;
background:#CCCCCC;
filter:alpha(opacity=80);
opacity:0.5;}
*/