a {
	text-decoration: none
}
a:link {
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000088;
}
a.navigation {
    color: white;
}
body {
	background-color: #eeffee;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}
div.clear {
    clear: both;
}
div.footer {
    background-color: black;
    color: white;
}
div.footer_left {
    float: left;
    padding-left: 10px;
}
div.footer_right {
    float: right;
    padding-right: 10px;
}
div.header {
	background-image: url(/images/h1_back.png);
	background-repeat: repeat-y;
    width: 100%;
}
div.header_left {
    float: left;
    padding: 10px;
}
div.header_right {
    float: right;
    padding: 15px;
}
div.navigation {
	background-color: #000000;
    clear: both;
	color: white;
	font-size: small;
}
div.navigation_left {
    float: left;
    padding-left: 10px;
}
div.navigation_right {
    float: right;
    padding-right: 10px;
}
h1 {
	color: #00aa00;
	font-weight: bold;
    margin-bottom: 16px;
    margin-top: 16px;
}
h1.header {
    color: black;
    margin: 0px;
}
h2 {
	color: #00aa00;
	font-weight: normal;
    margin-bottom: 0px;
    margin-top: 16px;
}
img.logo {
    bottom: 0px
    position: relative;
}
p {
    line-height: 120%;
    margin-bottom: 16px;
    margin-top: 16px;
}
table {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}
table.login {
    border: 0px;
}
td {
    border-radius: 15px;
}

