<!--
body
{
	 background-image: url('layout/background/logo_index_03.jpg');
	 background-repeat: repeat-y;
	 background-attachment:fixed;
	 background-color: #E3EAF4;
	 scrollbar-base-color: #CECFFF;
     scrollbar-arrow-color: #003366;
     margin: 1px;
     
}
h1
{  
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 12pt; 
     font-weight: 900; color: #000066
}
h2 
{ 
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 10pt; 
     font-style: normal; 
     font-weight: bold; 
     color: #000066
}

p 
{    font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 9pt; 
     font-style: normal; 
     font-weight: normal; 
     color: #000066
}
a 
{    font-family: Verdana, Arial, Helvetica, sans-serif; 
	 color: #000066;
}
		a:link 		{ text-decoration:none; color:000066; }
		a:visited 	{ text-decoration:none; color:993366; }
		a:hover 	{ text-decoration:underline overline; color:FF0000;}
		a:active 	{ text-decoration:underline overline; color:3366FF;}
table
{
	 font-family:Arial, sans-serif; 
     font-size: 10pt; 
     font-style: normal; 
     font-weight: normal; 
     color: #000066;
	 width:650px;
	 margin-left:0px;
	 border:1px solid #000066; 
}
td
	{border:1px solid #000066;}

/-->