body {
background:#1B097E;
font-family: verdana, sans-serif;
font-size: 100%;
margin: 0px auto;
}

h1 {
font-size:2em;
margin-top:10px;
}

h2 {
font-family: arial, sans-serif;
font-size:1.5em;
font-weight: bold;
margin-bottom:0px;
}

p {
margin-top:6px;
}

ul {
list-style-type: disc;
}

li {
margin-bottom: 10px;
}

a img {
border:none;
}

.bg_white {
background: white;
}

.footer {
font-size: .6em;
color: white;
margin-bottom:20px;
}

a {
text-decoration: none;
color: white;
}

a:hover {
text-decoration: underline;
}

.content {
background:#335DAB;
color: white;
font-size: .7em;
}

.form {
font-size:1em;
}

.form td {
padding-bottom:6px;
color: white;
}

.form .textfield {
font-family: verdana, sans-serif;
font-size:1em;
width: 240px;
height: 20px;
border: solid 0px;
margin-left:10px;
}

.smalltext {
font-size: .9em;
}