/* 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,table { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: navy; }
.thead { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: navy; font-weight: bold; background-color: #C0D0FF; }
input,select,textarea { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; 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: #A0FFA0; }
.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; }

