a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
 color : #F60;
 text-decoration: none;
}
a:active {
 color: #F00;
 text-decoration: none;
}
.text_title{
	font-size: 130%;
	font-weight: nomal;
	color: #FFF;
	padding: 5px 5px 5px 10px
}
.text_corner{
	font-size: 120%;
	font-weight: nomal;
	color: #FFF;
	padding: 0px 0px 0px 0px
}
.text_strong{
	font-size: 110%;
	font-weight: nomal;
	color: #CCC;
	padding: 0px 0px 0px 0px
}
.text_works{
	font-size: 110%;
	font-weight: nomal;
	color: #FFF;
	padding: 0px 0px 0px 0px
}
.text_works2{
	font-size: 110%;
	font-weight:  bold;
	color: #F90;
	padding: 0px 0px 0px 0px
}
.text_red{
	font-size: 100%;
	font-weight: nomal;
	color: #F30;
	padding: 0px 0px 0px 0px
}
.text_orange{
	font-size: 100%;
	font-weight: nomal;
	color: #F90;
	padding: 0px 0px 0px 0px
}
.text_copylight{
	font-size: 100%;
	font-weight: nomal;
	color: #CCC;
	padding: 0px 0px 0px 0px
}
.menu_btn {
	background-color:#F60;
	line-height:20px;
}    
.menu_btn td {  
    text-align:center;
	width:80px;
}
.menu_btn a {
	border-width:0px;
	border-style:solid;
	border-color:#F60;
	text-decoration:none;
	font-weight: bold;
	color:#FFF;
	display:block;
	width:100%;
}
.menu_btn a:hover {
	background-color:#F90;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}