/* body, general elements */

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    text-align: center;
    background-color: #fff;
}

a:link		{ color: #0000ee; text-decoration: none; }
a:visited	{ color: #0000ee; text-decoration: none; }
a:active	{ color: #0000ee; text-decoration: none; }
a:hover		{ color: #0000ee; text-decoration: underline; }

th {
    text-align: left;
    vertical-align: text-top;
    width: 100px;
}

td {
    text-align: left;
}

hr {
    border: 1px;
    color: #0066cc;
    height: 1px;
    background-color: #0066cc;

}

img {
    border-width: 0;
}

#container {
    width: 600px;
    padding: 5px; 
    margin: 0 auto 0 auto;
    border: 1px solid #ddd;
    margin-top: 50px;
    display: none;
}

#footer {
    width: 600px;
    padding: 5px; 
    margin: 0 auto 0 auto;
    display: none;    
    text-align: right;
}

.h1 {
    font-size: 1.8em;
    color: #0066cc;
}

.intro {
    padding: 10px 0 10px 0;
}