/* CSS file */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
										FONT 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face 
{
	src:url("font/tib.PFM");
	font-family:Times;
	font-weight:bold;
}
/*@font-face 
{
	src:url("font/CALIBRIB.TTF");
	font-family:Times;
	font-weight:bold;
}
@font-face 
{
	src:url("font/CALIBRII.TTF");
	font-family:Times;
	font-style:italic;
}
@font-face 
{
	src:url("font/CALIBRIZ.TTF");
	font-family:Times;
	font-weight:bold;
	font-style:italic;
}*/
