ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }
a { outline: none; text-decoration: underline; }
a:hover { text-decoration: none; }
a:visited { color: #5f3c83; }
a:focus { outline: none; }

a.green, .green { color: #51a538; }
a.red, .red, table.response-table tr.response-row td a { color: #ed1c24; }

body, td, th {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 62.5%; /* resets fonts to 10px */
  background-color: #fff;
  color: #373737;
  text-align: left;
}

td {
  vertical-align: top;
}

body {
  border-top: 2px solid #ed1c24;
}

textarea { font-family: Arial, sans-serif; }

#page {
  margin: 0 auto;
  width: 955px;
  padding: 0;
  position: relative;
  min-height: 300px;
}

#header {
  margin: 0 auto;
  padding: 0;
  width: 955px;
  height: 150px;
  border-bottom: 1px solid #373737;
  position: relative;
}

#header .logout {
  float: right;
  display: inline;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-right: 5px;
}

#header .logged-in {
  float: right;
  display: inline;
  font-size: 1.4em;
  margin-right: 25px;
}

.logout a {
  color: #ed1c24;
  text-decoration: none;
}

#footer {
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
}

#footer p {
  padding-top: 40px;
}

a.imre, a.imre:visited {
  color: #ed1c24;
  text-decoration: underline;
}

a.imre:hover { text-decoration: none; }

span.small-txt { 
  font-size: 11px;
  font-weight: bold;
}

.clear { clear: both; }