 /* link */


A:link { 
	text-decoration:none;
	color:#333333;
}

A:visited { 
	text-decoration:none;
	color:#333333;
}

A:active { 
	text-decoration:none;
	color:#333333;
}

A:hover { 
	text-decoration: underline;
	color:#333333;
}

.wht {
	color: #ffffff;
}

.blk {
	color: #000000;
}

.gray {
	color: #666666;
}
.lgray{
	color: #888888;
}

.red {
	color: #FF0000;
}

.green {
	color: #00CC00;
}

.blue {
    color: #478C94;
}

.bold {
    font-weight: bold;
}

.ttl {
	font-weight:bold;color:#000000;
}

/* form */
.input_text_1 { width:200px; }
.input_text_2 { width:300px; }
.radio_btn { 
     	background-color: #ffffff;
     	border:0px;
}

/* class for sub nav */
.subnav_menu {
background-color:#999999;margin-bottom:2px;padding:2px;color:#ffffff;
}

A:link.subnav { 
	text-decoration:none;
	color:#ffffff;
}

A:visited.subnav { 
	text-decoration:none;
	color:#ffffff;
}

A:active.subnav { 
	text-decoration:none;
	color:#ffffff;
}

A:hover.subnav { 
	text-decoration: underline;
	color:#ffffff;
}

