/**** GENERAL STYLES ***/
a { font-family:arial; font-size:9pt; text-decoration:none; color:#003366; }
body { font-family:arial; font-size:9pt; }
font { font-family:arial; font-size:9pt; }
p { font-family:arial; font-size:9pt; }
a:hover { text-decoration:underline; }
li { font-family:arial; font-size:9pt; }
ul { font-family:arial; font-size:9pt; }
tr { font-family:arial; font-size:9 pt; color:#000000; }
td { font-family:arial; font-size:9 pt; color:#000000; }
table { font-family:arial; font-size:9 pt; color:#000000; }

/********************/

.inputstyle {
   color: #000000;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
font-side: 10px;
  }


/* Color of links on dark bg */
.adark { font-family:arial; font-size:10pt; text-decoration:none; color:#ffffff; }

/* Title on the the page */
.title { font-family:Times New Roman; text-decoration:none; font-size:20pt; font-weight:regular; color:#999966; }

/* Title on dark colors */
.titledark { font-family:Trebuchet MS,arial; text-decoration:none; font-size:18pt; font-weight:bold; color:#FFFFFF; }

/* black title*/
.titleblack { font-family:Trebuchet MS,arial; text-decoration:none; font-size:12pt; font-weight:bold; color:#000000; }

/* The main body's text content. */
.content { font-family:arial; font-size:9 pt; line-height:18px; line-spacing:120%; color:#000000; }

/* footer content. */
.footer { font-family:arial; font-size:8 pt; color:#666666; }

/* bibliography. */
.bib { font-family:arial; font-size:6.5 pt; color:#666666; }

/* disclaim. */
.bib1 { font-family:arial; font-size:6.5 pt; color:#000000; }

/* footer links. */
.footerlinks { font-family:arial; font-size:8 pt; color:#666666; }

/* Dotted border for tables */
.dot_right { border-right-width:1px; border-right-color:silver; border-right-style:dashed; }
.dot_left { border-left-width:1px; border-left-color:silver; border-left-style:dashed; }
.dot_top { border-top-width:1px; border-top-color:silver; border-top-style:dashed; }
.dot_bottom { border-bottom-width:1px; border-bottom-color:silver; border-bottom-style:dashed; }
.dot_both { border-right-width:1px; border-left-width:1px; border-right-color:silver; border-left-color:silver; border-right-style:dashed; border-left-style:dashed; }
.dot_all { border-width:1px; border-color:silver; border-style:dashed; }