@import url(include.css);

a	   		{color: #ccc;text-decoration:none;}
a:link   	{color: #ccc;}
a:visited	{color: #ccc;}
a:hover		{color: #fff;text-decoration:underline;}
a:active 	{color: #a6a6a6;}

#MainLeft a	   		{color: #333;text-decoration:none;}
#MainLeft a:link   	{color: #333;}
#MainLeft a:visited	{color: #333;}
#MainLeft a:hover	{color: #666;}
#MainLeft a:active 	{color: #ccc;}

body{
	position	: relative;
	font-size	: 80%;
	color		: #a6a6a6;
	font-family	: ‚l‚r ‚oƒSƒVƒbƒN;
	margin		: 0px auto;
	padding		: 0px;
	background	: #fff;
	line-height	: 1.4;
	}
#MainLeft {color:#333;}

td,th{
	text-align		: left;
	line-height		: 1.4;
	font-size		: 100%;
	}

