/* Standard styles */

a
{
    border-color: #990000;
    border-style: dotted;
    border-width: 0 0 1px 0;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    border-color: #666666;
    color: #666666;
}
a:active, a:focus, a:hover
{
    border-color: #333333;
    border-style: solid;
    color: #333333;
}

acronym
{
    border-style: none;
    cursor: help;
    font-size: x-small;
    font-style: normal;
    font-variant: normal;
}

blockquote
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 0 0 0 5px;
    font-style: italic;
    margin: 0 40px;
    padding-left: 10px;
}

body
{
    background-color: #ffffff;
    color: #404040;
    font-size: small;
    margin: 0;
    padding: 0;
}

body, input, select, td, textarea, th
{
    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
}

body, p
{
    line-height: 1.5em;
}

br
{
    clear: none;
}

caption
{
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    word-spacing: 1px;
}

caption, h1, h2, h3, label
{
    color: #333333;
}

dd
{
    margin: 0 0 5px 0;
    padding: 0;
}

del
{
    text-decoration: line-through;
}

dl
{
    margin: 0;
    padding: 0;
}

dt
{
    font-weight: bold;
    margin: 5px 0 0 0;
}

form
{
    margin: 0;
    padding: 0;
}

h1
{
    font-size: large;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 5px 0;
    word-spacing: 1px;
}

h2
{
    font-size: medium;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 5px 0;
    word-spacing: 1px;
}

h3
{
    font-size: small;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 1px 0;
    word-spacing: 1px;
}

h4
{
    font-size: small;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 1px 0;
    word-spacing: 1px;
}

h5
{
    font-size: small;
    font-weight: bold;
    margin: 0;
    padding: 1px 0;
}

hr
{
    background-color: #cccccc;
    border-style: none;
    color: #cccccc;
    height: 1px;
}

html
{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

img
{
    border-style: none;
}

input, select, textarea
{
    font-size: small;
}
input[type=submit]
{
    cursor: pointer;
    font-weight: normal;
}
input[type=text]:active, input[type=text]:focus, textarea:active, textarea:focus
{
    background-color: #ffffcc;
}

kbd, pre
{
    font-family: "Lucida Console", "Courier New", Courier, monospace;
}

label
{
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 1px;
}

ol, ul, li {
  font-size: 1.0em;
  line-height: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}

p
{
    margin: 5px 0 10px 0;
    padding: 0;
    text-align: left;
}

pre
{
    font-size: small;
    margin-bottom: 5px;
    margin-left: 0px;
    overflow: auto;
    padding-left: 5px;
}

table
{
    border-collapse: collapse;
    caption-side: bottom;
}

td
{
    font-size: small;
    vertical-align: top;
}

th
{
    font-size: small;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

/* General styles */

a acronym
{
    border-style: none;
}

h1 acronym
{
    font-size: large;
}

h2 acronym
{
    font-size: medium;
}

h3 acronym, label acronym
{
    font-size: small;
}

.top-align
{
    vertical-align: top;
}

/* Text styles */

.bold
{
   font-weight: bold;
}

.italic
{
    font-style: italic;
}

.required
{
    color: #ff0000;
    font-weight: bold;
}
