.txt_small {
	font-size: small;
	line-height: 140%;
}
.txt_normal {
	font-size: 95%;
	line-height: 150%;
	text-align: left;
}
.txt_large {
	font-size: large;
	line-height: 150%;
}
.color_gray {
	color: #999;
}

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
html {
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.table_border {
	border: 1px solid #ACB9D9;
	padding: 5px;
	background-image: url(img/table_bg.jpg);
	background-repeat: repeat-x;
}
.color_white {
	color: #FFF;
}
.top_main {
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
}
img {
	text-decoration: none;
}
