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

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

/* Submenu non text decoration Link */
.submenu a:link{ color: #330000; text-decoration: none}
.submenu a:visited { color: #330000; text-decoration: none}
.submenu a:active { color: #330000; text-decoration: none}
.submenu a:hover{ color: #990033; text-decoration: none}

/* text color */
.txt-red	{
	color: #CC0000;
}
.txt-blue	{
	color: #006699;
}
.txt-green	{
	color: #009900;
}
.txt-orange	{
	color: #FF6600;
}
.txt-grey	{
	color: #333333;
}
.txt-black	{
	color: #000000;
}
.txt-white	{
	color: #FFFFFF;
}


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{
	margin: 10px 0px 0px 50px;
	background-color: #000000;
	color: #FFFFFF;
}
.bg1{
	background-image: url(../lib_image/common/left_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 460px;
}
.border_wh{
	border: 1px solid #FFFFFF;
	background-color: #000000;
}
.border_red{
	border: 1px solid #990033;
}
.border_gray{
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#gray,#gray td{
	color: #333333;
}