/* Common tags style definition */
body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

    scrollbar-3dlight-color: #999999; 
    scrollbar-arrow-color: #999999; 
    scrollbar-base-color: #ffffff; 
    scrollbar-darkshadow-color: #999999;
    scrollbar-face-color: #eeeeee; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #eeeeee;
}

body,td,th,input,select {
    font-family: Tahoma, Verdana, helvetica;
    font-size: 12px;
    line-height: 18px;
    color: #3D3D3D;
}

form {
    padding: 0px;
    margin: 0px;
}

p {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 12px;
    line-height: 130%;
}

a, a:hover, a:visited {
    color: #3D3D3D;
    text-decoration: underline;	
}

a:hover, a.linkB:hover {
    color: #101010;
    text-decoration: underline;
}

a.linkB, a.linkB:visited {
    color: #3D3D3D;
    text-decoration: none;	
}

/* Page Bottom Style (Copyright, Phone, Email) */
.pgbottom {
    font-size: 12px;
}


.linkA, a.linkA, a.linkA:hover, a.linkA:visited {
    color: #990000;
    text-decoration: none;	
}
a.linkA:hover {
    color: #990000;
    text-decoration: underline;	
}

/* ----- NEWS TABLE ----- */
/* News Date */
.newstitle {
    font-size: 10px;
    font-weight: bold;
    color: #990000;
}
/* News Brief*/
.newsbrief, .newsbrief:visited {
    line-height: 14px;
    text-decoration: none;
}
.newsbrief:hover {
    line-height: 14px;
    text-decoration: underline;
}

/* ----- INDICATORS TABLE ----- */
.blktableind 
{
    padding-left: 14px;
}

/* td class for this table */
.blktableind td {
    font-size: 12px;
    line-height:10px;
    padding: 4px;
}

/* some small class (date)*/
.blktableindsmall {
    font-size: 12px;
    margin-top: 5px;
}

/* alt. row & cell color */
.td2, .tr2, .blktableindalternative {
    background-color:#e5e5e5;
}

/* Red Bold, for dates on 4.htm */ 
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
h1 {
    font-size: 16px;
    font-weight: bold;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}
h3 {
    font-size: 12px;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}

h5 {
    font-size: 10px;
    font-weight: bold;
}

h6 {
    font-size: 10px;
    font-weight: bold;
    color: #990000;
}

/* Search Form fields' classes */
.drop {
    font-size: 12px;
    font-weight: bold;
    color:#333333;
    background-color: #FFFFFF;
}

.input {
    font-size: 12px;
    font-weight: bold;
    color:#333333;
    width: 98%;
    border: 1px solid #333333;
    background-color: #FFFFFF;
}

.button {
    font-size: 12px;
    font-weight: bold;
    color: #990000;
    padding: 1px;
}

li {
    padding-top: 0em;
    margin-left:0em;
    padding-bottom: 0.6em;	
    padding-left: 0em;	
}

ol {
    padding-left:0px;
    margin-left:3em;
}

ul {
    padding-left:0px;
    margin-left:2.4em;
    list-style-type: square;
}

/* Subscribe page classes */
.inputfixed {
    font-size: 12px;
    font-weight: bold;
    color:#333333;
    border: 1px solid #333333;
    background-color: #FFFFFF;
}
.textindent {
    margin-left:3em;
}

a.table_bold_links {
    font-weight: bold;
}
