@CHARSET "ISO-8859-1";

root {
	/*text-align: center;*/
}

body {
	/*text-align: center;*/
	
    font-family:Arial,verdana,sans-serif;
    font-size:10pt;
}

a.MouseOver {
 color: rgb(200,200,200);
}

a.MouseOut {
 color: rgb(20,20,159);	
}

a {
 text-decoration: none;
 font-size:9pt;
 color:rgb(76,110,119);
}

a.reportLink {
	font-size:10pt;
	text-decoration: underline;
}

li {
  margin-bottom: 5px;	
}

.boldWeight {
 font-weight: bold;
}

.visibilityHidden {
  visibility: hidden;
}

