
/*********/
/* RESET */
/*********/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,hr { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal;  }
ul,ol { list-style: none; }
img { border: none; outline: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/***********/
/* DEFAULT */ 
/***********/
body { font-family: Tahoma,sans-serif,Verdana,Helvetica,Arial; font-size: 9pt; background-color: white; color: #4a5050; text-align: center; } 
p { font-size: 10pt; }
h1 { font-size: 14pt; font-weight: bold; }
h2 { font-size: 13.5pt; font-weight: bold; }
h3 { font-size: 12pt; font-weight: bold; }
h4 { font-size: 11pt; font-weight: bold; }
a { color: #006a5e; text-decoration: underline; outline: none; }
a:hover { text-decoration: underline; } 
small { font-size: 7pt; }
hr { border-top: 1px dotted #cecece; border-bottom: 1px solid white; margin-top: 10px; }
ul { list-style-type: disc; list-style-position: outside; }
strong { font-weight: bold; }

