@charset "utf-8";

a.big
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00F;
	font-weight:bold;
}

a.big:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00F;
	font-weight:bold;
}

a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00F;
}

a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00F;
}

a.small
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#00F;
}

a.small:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#00F;
}
/* titles */

.title1
{
	font-size:16px;
	color:#00F;
}

.title2
{
	font-size:12px;
	color:#0F0;
}

.title3
{
	font-size:8px;
	color:#F00;
}

/* texts */

.text1
{

}

.text2
{

}

.text3
{

}

.nowrap
{
	white-space:nowrap;
}