font {
	font-family:"Osaka";
	font-size:10px;
	line-height:15px;
}

.text1 {
	font-family:"Osaka";
	font-size:12px;
	line-height:17px;
}

.topform {
	width:190px;
	height:16px
}

.search1 {
	width:120px;
}

.search2 {
	width:150px;
}


/*_______________________________________
						[ Default ] link color
_______________________________________*/

A:link {
	text-decoration:none;
	color:#FF9900;
}

A:visited {
	text-decoration:none;
	color:#FF9900;
}

A:hover {
	text-decoration:underline;
	color:#CC0000;
}

A:active {
	text-decoration:none;
	color:#FF9900;
}

