/* CSS Document */

#description {
background-image:url(../images/bg_light.gif);
font-size: 8pt;
padding:4px;
text-align:left;
border-bottom: 1px solid #000000;
}

#main_text {
border-right: 1px solid #000000;
background-color:#222222;
}

#Table_footer {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
background-image:url(../images/bg_light.gif);
font-size: 8pt;
padding:4px;
text-align:center;
}

#Table_nav {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
background-image:url(../images/bg_light.gif);
font-size: 9pt;
padding:4px;
text-align:left;
}

#Table_header {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color:#222222;
}

#left_navigation {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color:#222222;
}

#right_navigation {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color:#222222;
}

#article_title {
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
background-image:url(../images/bg_light.gif);
font-size: 10pt;
padding:4px;
text-align:left;
}

#article_text {
font-size: 10pt;
}

#article_disclaimer {
font-size: 7pt;
text-align:left;
padding: 2px;
color:#666666;
}

/* rounded boxes */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 1px; }
.rbroundbox { width: 100%; margin: 5px auto; }

