/**** GENERAL STYLES ***/
*	{ font-size: 11px; font-family: Lucida Sans,Tahoma,Verdana,Arial; line-height: 16px; }
INPUT				{ line-height: normal; }
a.footer { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; text-decoration:none; color:#3A2B0F; }
a { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; text-decoration:underline; color:#3A2B0F; }
body { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; }
font { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; }
p { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; }
a:hover { text-decoration:none; color:#FFFFFF; background:#3A2B0F; }
li { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; }
ul { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; }
tr { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; color:#000000; }
td { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; color:#3A2B0F; }
div { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; color:#3A2B0F; }
table { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; color:#000000; }

/********************/

/* product search
.productsearch { font-size: 10px; }

/* Color of links on dark bg */
.adark { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:10pt; text-decoration:none; color:#ffffff; }

/* Title on the the page */
.title { font-family: Lucida Sans,Tahoma,Verdana,Arial; text-decoration:none; font-size:13.7pt; letter-spacing:-0.5px; font-weight:bold; color:#999999; }

/* Title on dark colors */
.titledark { font-family:Trebuchet MS, Lucida Sans,Tahoma,Verdana,Arial; text-decoration:none; font-size:18pt; font-weight:bold; color:#FFFFFF; }

/* black title*/
.titleblack { font-family:Trebuchet MS, Lucida Sans,Tahoma,Verdana,Arial; text-decoration:none; font-size:12pt; font-weight:bold; color:#000000; }

/* The main body's text content. */
.content { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; line-height:18px; line-spacing:120%; color:#333333; }

/* footer content. */
.footer { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; color:#3A2B0F; }

/* bibliography. */
.bib { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:6.5pt; color:#666666; }

/* footer links. */
.footerlinks { font-family: Lucida Sans,Tahoma,Verdana,Arial; font-size:8pt; color:#999999; }

/* 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; }