/* Circum Style Sheet © ARC Graphics 3.2005 */

*	{ font-family: "Times New Roman", Times, serif; }
/*P	{ font-size: 15px; }*/
.asP	{ font-size: 12px; }
.asL	{ text-indent: 5%; }
.asH1	{ font-size: 24px; font-weight: bold; }
.asH2	{ font-size: 18px; }
.Mail	{
	color: Blue;
}
A:hover	{
	text-decoration: underline , overline;
	color: #00FF66;
}
.Bar	{ padding: 0 4 2 4; font-size: 12px; }
.Bar:hover	{
	background-color: Navy;
	text-decoration: underline;
	color: #3399FF;
}
.Lang	{ padding: 0 2 0 3; 
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.Lang:hover	{
	background-color: Navy;
	color: #3399FF;
}


