@charset "utf-8";
/* CSS Document */
body {
	margin:0px; 
	padding:0px; 
	background-attachment:fixed;
	background-position:top;
	background-color:#fffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #00000;
}

.font_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00000;
	font-weight:bold;
}
.font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #00000;
}
.back_left {
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
}
.back_right {
	background-image: url(images/index_03.jpg);
	background-repeat: repeat-x;
}
.foot_left {
	background-image: url(images/index_21.jpg);
	background-repeat: repeat-x;
}
.foot_right {
	background-image: url(images/index_23.jpg);
	background-repeat: repeat-x;
}
.foot_img {
	background-image: url(images/img_41.jpg);
}
.back_side {
	background-image: url(images/back_right.jpg);
	background-repeat:repeat-y;
}

.back_side2 {
	background-image: url(images/index_17.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
.hiddenPic {
	display:none;
}

.back_main {
	background-image:url(images/back_ground_01.jpg);
	background-repeat:repeat;
	}
	
font {
	font:Arial, Helvetica, sans-serif;
}

.side_box {
	background-image:url(images/side_box_22.jpg);
	background-repeat:repeat-y;
}	
a:link { 
	color:#333333;
	text-decoration:none;
	}
a:visited { 
	color: #333333;
	text-decoration: none;
	}
a:hover { 
	color:#000000;
	text-decoration:underline;
	text-shadow:#666666;
	}
a:active { 
	color: #000000;
	}
	html {
		height: 100%;
		margin-top:1px;
	}
	
	#flashcontent {
		height: 300;
		width: 590;
	}