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

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

.atext {
	font-family:"Osaka";
	font-size:10px;
	line-height:18px;
}

.ftext {
	font-family:"Osaka";
	font-size:10px;
	line-height:14px;
	color:#ffffff;
}

/*_______________________________________
						[ Default ] link color
_______________________________________*/

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

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

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

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