/* default link*/
a:link {color: #333399; text-decoration: underline;}
a:visited {color: #333399; text-decoration: underline;}
a:active {color: #FF3300; text-decoration: underline}
a:hover {color: #FF3300; text-decoration: underline}

/* non text decoration Link */
a#noline:link{ color: #333399; text-decoration: none}
a#noline:visited { color: #333399; text-decoration: none}
a#noline:active { color: #FF3300; text-decoration: none}
a#noline:hover{ color: #FF3300; text-decoration: none}

/* text color */
.txt-red	{
	color: #FF0000;
}
.txt-blue	{
	color: #006699;
}
.txt-green	{
	color: #009900;
}
.txt-orange	{
	color: #FF9900;
}
.txt-grey	{
	color: #999999;
}
.txt-black	{
	color: #000000;
}
.txt-white	{
	color: #FFFFFF;
}

.imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}


h1#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h2#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h3#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h4#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h5#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h6#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}

body  { background: url("../lib_image/common/background.gif") repeat-y 50% 50% }


