/* CSS Document */

body, td, div, p {
padding-top:15px;
padding-left:5px;
color: #000000;
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt;
line-height:11px;
outline: 0;
} 

A {
outline: 0;
}

A:link {
 color: #cc99cc;
 text-decoration:none;
 outline: 0;

 }
 
 A:visited {
 color: #cc99cc;
 font-weight: normal;
 text-decoration:none; 
 }

A:hover {
 text-decoration:none;
 color: #000000; 
 background-color:#cc99cc; 
 cursor: crosshair
 }
 
A:active {
 color: #cc99cc;
 }

.divstyle {
color: #cc99cc
font-family: Arial, Helvetica, sans-serif;
font-size:8pt; 
}

.divstyle A:hover {
 text-decoration:none;
 color: #000000;
 background-color:#FFFFFF;
 cursor: crosshair
 }
 
 .divstyle A:link {
 color: #cc99cc;
 text-decoration:none;
 }
 
 
 .divstyle  A:visited {
 color: #cc99cc;
 font-weight: normal;
 text-decoration:none; 
 }
 
 .divstyle A:active {
 color: #891159;
 }
