/* Autor: Patrick Canterino */

.disabled {
 text-decoration: line-through;
 color: #757575;
}
a:link, a:visited {
 text-decoration: underline;
 color: #0000FF;
 cursor: hand;
}
a:active, a:focus {
 text-decoration: underline;
 color: #FF0000;
 cursor: hand;
}
a:link:hover, a:visited:hover, a:active:hover, a:focus:hover {
 text-decoration: underline;
 color: #FF0000;
 cursor: hand;
}
a.statelink:link, a.statelink:visited, a.statelink:active, a.statelink:hover, a.statelink:focus {
 text-decoration: none;
 color: #000000;
 cursor: hand;
}
body, table {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
}
h1 {
 font-size: 18pt;
 font-weight: bold;
}
h2 {
 font-size: 12pt;
 font-weight: bold;
}
tt {
 font-family: 'Courier New', Courier, monospace;
 font-size: 10pt;
}