body 
{ 
	padding : 0;
	margin : 0; 
}

.tabMain 
{
	border : Solid 1px Silver;
}

.fntStandart
{
	font-family : Verdana, Sans-Serif;
	font-size : 9pt;
	color : Black; 
	text-decoration : none;
}

.fntHeaderMenu 
{
	font-family : Verdana, Sans-Serif;
	font-size : 9pt;
	color : Yellow; 
	text-decoration : none;
}
	
.fntLeftMenu 
{
	font-family : Verdana, Sans-Serif;
	font-size : 9pt;
	color : Black; 
	text-decoration : none;
}

.fntFooterMenu 
{
	font-family : Verdana, Sans-Serif;
	font-size : 8pt;
	color : #763B65; 
	text-decoration : none;
}

a:hover 
{
	text-decoration : underline;
}

