body {
  background-color: #ffffff;
        color: black;
	}


a:active { 
	color: silver;
	text-decoration: underline;
	background-color: #ffffff;
	}

a:link { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	}
a:visited { 
        font-family : Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        text-decoration: underline;
        font-size: 10px;
        }

a:hover {
	background-color: transparent;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.text{
 	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: transparent;
	}
    	
.text A:link {
        background-color: transparent;
        color: #000000;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 9pt;
        text-decoration: underline;
}
 
.text A:visited {
        background-color: transparent;
        color: #000000;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 9pt;
        text-decoration: underline;
}

.text A:hover {
        background-color: transparent;
        color: #000000;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 9pt;
        text-decoration: underline;
}
 
.text A:active {
        background-color: transparent;
        color: #000000;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 9pt;
        text-decoration: none;
}
.pn-normal {
	background-color: transparent;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
 
.pn-normal A:link {
	background-color: transparent;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
 
.pn-normal A:visited {
	background-color: transparent;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
 
.pn-normal A:hover {
	background-color: transparent;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
 
.pn-normal A:active {
	background-color: transparent;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

