/* CSS Document */

body{
color:#444444;
background-color:#FFFFFF;
}

td{line-height:16px;
color:#444444;
font-size:12px;
}.text_rule {
	font-size: 12px;
	color: #333333;
}
.contentsbg {
	background-attachment: scroll;
	background-image: url(../images/contentsbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.worksimg_bg {
	background-image: url(../images/sky2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.scroll {
	height: 300px;
	width: 270px;
	overflow: auto;
	scrollbar-arrow-color:#808080;
scrollbar-base-color:#efefef;
scrollbar-darkshadow-color:#808080;
scrollbar-highlight-color:#fcfcfc;
scrollbar-shadow-color:#c0c0c0;
scrollbar-track-color:#fcfcfc;

}
