/* eAc style sheet for U.S. locale */

/* Elements */

a:link, a:visited { color: red }
a:hover { color:red; }
a.hidden { color:black; text-decoration: none }
#showlink { color: red; text-decoration: underline }
#showlink, a:hover { color: red; }

body { background-color: black;
       color: red;
       font-family: arial, helvetica, verdana, sans-serif;
       font-size: .75em;
       margin: 1em;
     }

h1, h2, h3, h4, h5 { margin-top: 0; bottom; margin-bottom: 0 }

h5 { font-size: 1.1em }
h4 { font-size: 1.2em }
h3 { font-size: 1.4em }
h2 { font-size: 1.8em }
h1 { font-size: 2.6em }


hr { height: 1px; border-color: red; color: red; border-bottom-width: 0; border-right-width: 0; }

img { border: 0 none }

caption { font-weight: bold;
          text-align: left;
          padding: 0;
        }

form { margin: 0 }

ul { margin-top: 0;
         padding-top: 0;
         margin-bottom: 0;
         padding-bottom: 0;
         margin-left: 1.3em;
         padding-left: 0;
   }

/* Classes and IDs */

.content { text-align: center;
           margin: 0 auto;
         }

.box { border-style: solid;
       border-width: 1px;
       border-color: red;
       padding: .2em
     }

.color1 { color: red }

.color2 { color: #0eac00 }

.tm { font-size: .6em;
      font-weight: normal;
      vertical-align: super;
    }

.tm2 { font-size: .6em;
       font-weight: normal;
       color: #9cf;
       vertical-align: super;
     }

.smaller { font-size: 95% }
 
.arial { font-family: arial, helvetica, verdana, sans-serif; }
.times { font-family: serif, times, roman; font-size: 1.2em; }


td#subhead { white-space: nowrap;
             text-align: center;
             vertical-align: bottom;
	     color: black;
	     background-color: #0eac00;
           }

#stdwidth { width: 480px }

#fullwidth { width: 100% }

/* HACK: The following div styles are for maximum browser compatibility for centering tables
div.center { text-align: center }
div.center table.center { text-align: left;
                          padding: 0;
                          margin: 0 auto;
                        }
 */

