body	{
		 font-size:10pt;
		 font-family:'‚l‚r ‚oƒSƒVƒbƒN';
		 background-color:#FFFFFF;
		}
		
table	{
			font-color:#000000;
	 	 	font-family:'‚l‚r ‚oƒSƒVƒbƒN';
	 	 	font-size:10pt;
	 	 	line-height:95%;
	 	 	text-align:justify;
	 	}

.text	{
	 	 	font-size:10pt;
	 	 	line-height:95%;
			margin-left:10;
		}

.text1
		{
	 	 	font-weight:bold;
	 	 	font-size:10pt;
	 	 	line-height:95%;
	 	}

.text2
		{
	 	 	font-weight:bold;
	 	 	font-size:12pt;
	 	 	line-height:95%;
	 	}

.text3
		{
	 	 	color:#336796;
	 	 	font-size:12pt;
	 	 	line-height:95%;
	 	}

.text4
		{
	 	 	font-weight:bold;
	 	 	font-size:10pt;
	 	 	line-height:95%;
	 	 	text-align:center;
	 	}

.text5
		{
	 	 	font-weight:bold;
	 	 	font-size:10pt;
	 	 	line-height:95%;
	 	 	margin-left:10;
	 	}

.text6
		{
	 	 	font-weight:bold;
	 	 	font-size:8pt;
	 	 	margin-left:20;
	 	 	margin-top:0;
	 	 	margin-bottom:5;
	 	}

.date	{
			font-size:8pt;
			text-align:right;
		}
		
.center	{
			text-align:center;
		}

.right	{
			text-align:right;
		}

img		{
			border:0; 
		}
		

A.myClass			 { text-decoration: none;}
A.myClass:link		 { color: black; }
A.myClass:visited	 { color: black; }
A.myClass:hover		 { color: red; text-decoration: underline; }

A.myClass2			 { font-size:8pt;text-decoration:none;}
A.myClass2:link		 { color: navy; }
A.myClass2:visited	 { color: navy; }
A.myClass2:hover	 { color: red; text-decoration: underline; }

A.myClass3			 { text-decoration:none;}
A.myClass3:link		 { color: black; }
A.myClass3:visited	 { color: blue; }
A.myClass3:hover	 { color: red; text-decoration: underline; }

A.link4			 { text-decoration: underline;}
A.link4:link	 { color: blue; }
A.link4:visited	 { color: blue; }
A.link4:hover	 { color: red; text-decoration: underline; }