font.language
{
	font-family:Helvetica;
	font-size:10pt;
	color: #333333;
	text-decoration:none;
}
font.title
{
	font-family:Helvetica;
	font-size:12pt;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}
font.setuptitle
{
	font-size:12pt;
	font-weight:bold;
	color: #222222;
	text-decoration:none;
}
font.litever
{
	font-size:10pt;
	color: #FF5555;
	text-decoration:none;
}

a:link.language
{
	font-family:Helvetica;
	font-size:10pt;
	color: #CC8100;
	text-decoration:none;
}
a:visited.language
{
	font-family:Helvetica;
	font-size:10pt;
	color: #CC8100;
	text-decoration:none;
}
a:hover.language
{
	font-family:Helvetica;
	font-size:10pt;
	color: #CCCC00;
	text-decoration:none;
}
a:active.language
{
	font-family:Helvetica;
	font-size:10pt;
	color: #CCCC00;
	text-decoration:none;
}

a:link
{
	font-size:12pt;
	color: #665500;
	text-decoration:none;
}
a:visited
{
	font-size:12pt;
	color: #665500;
	text-decoration:none;
}
a:hover
{
	font-size:12pt;
	color: #ffd850;
	text-decoration:none;
}
a:active
{
	font-size:12pt;
	color: #ffd850;
	text-decoration:none;
}

.imgShadow
{
	box-shadow:rgba(0,0,0,0.4) 5px 5px 8px;
	-webkit-box-shadow:rgba(0,0,0,0.4) 5px 5px 8px;
}