body {
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
}
.txt1 {
	font-size: 12px;
	line-height: 16px;
}
.txt2 {
	font-size: 14px;
	font-weight: bold;
}
.txt3 {
	font-size: 10px;
}
.txt4 {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	border: 1px dashed #FFCC00;
	background-image: url(img/conceptBG.jpg);
}
.cm {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	letter-spacing: 0.2em;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

input,textarea {
	font-size: 12px;
	color: #666666;
}
.txt5 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

