/* Links */
a:link { text-decoration: none; color: navy; }
a:active { text-decoration: none; color: red; }
a:visited { text-decoration: none; color: navy; }
a:hover { text-decoration: none; color: #202020; }
/* Links for titles */
a.white:link { text-decoration: none; color: white; }
a.white:active { text-decoration: none; color: red; }
a.white:visited { text-decoration: none; color: white; }
a.white:hover { text-decoration: none; color: yellow; }
/* HTML Elements */
body { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: navy; background-color: white; }
table { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: navy; }
table.list { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: navy; border: 1px solid navy; }
.tbl1 { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: navy; border: 1px solid black; }
.tbl1 td { padding-left: 5px; padding-right: 5px; }
.thead { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: navy; font-weight: bold; background-color: #C0D0FF; }
.tsmall { font-size: 11px; color: navy; }
input,select,textarea { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: navy; font-weight: bold; }
/* Command Output */
.err0 { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #008000; font-weight: bold; }
.err1 { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #800000; font-weight: bold; }
/* Icon Selection */
.lit { background-color: #D0D0F0; }
.dim { background-color: white; }
/* Titles */
.title1 { background-color: #6464C0; font-weight: bold; font-size: 9pt; color: white; }
/* Tool tips */
.tip1 { background-color: #E6ECFF; font-size: 8pt; color: navy; }
.tip2 { background-color: #003399; font-weight: bold; font-size: 8pt; color: white; border: 1px solid navy; }
.tip3 { background-color: #E6ECFF; font-size: 8pt; color: navy; border: 3px double black; }
.tip4 { background-color: #E6ECFF; font-size: 8pt; color: navy; border-top: 3px double black; }
.find { background-image: url('images/search.gif'); background-repeat: no-repeat; background-position: 1px 1px; font-size: 12px; padding-left: 20px; padding-top: 1px; padding-bottom: 1px; color: #A0A0F0; }
.small { font-size: 11px; color: black; }
.tipIMG { margin: 2px; border: 0px; }

