/*
  ARTICLE.CSS
    Stylesheet for all article pages.
    Created July 2011.
*/


/* TAGS */
body      {text-align: center; font-family: Arial, sans-serif} 
div       {text-align: center}
table     {margin: 0 auto; text-align: center; width: 750px}
img       {width: 350px}
h1        {font-size: 18pt; color: rgb(150,0,0); margin: 0px 0px 5px 0px}
h2        {font-size: 12pt; color: rgb(150,0,0)}
hr        {width: 800px; height: 3px; background-color: rgb(222,116,5); margin-top: 30px} 
span      {color: green}


/* LINKS */
a:link    {color: rgb(150,0,0)}
a:visited {color: rgb(222,116,5)}
a:hover   {color: green}
a:active  {}


/* IDS */
#pageend  {font-size: 10pt; font-weight: bold}


/* CLASSES */
.left       {text-align: left}
.leftup     {text-align: left; vertical-align: top}
.toppage    {margin: 20px 0px -10px 0px; font-weight: bold}
.botpage    {margin: 20px 0px 10px 0px; font-weight: bold}
.centercell {text-align: left; padding: 0px 30px 15px 30px}


/*
  FOOTNOTES
    stock colors:
    background - silver [C0,C0,C0]
    text - color: rgb(150,0,0) [64,00,00]
    lines - rgb(222,116,5)[DE,74,05]
*/