body {
background: #ffffff url('../images/bg.jpg') top center no-repeat;
font-family: verdana, arial;
text-align: center;
}

h1 {
font-family: trebuchet ms, verdana, arial;
font-size: 150%;
font-weight: bold;
color: #000000;
line-height: 1.1em;
padding-bottom: 20px;
}

h2 {
font-family: trebuchet ms, verdana, arial;
font-size: 130%;
font-weight: bold;
color: #2d4b74;
line-height: 1.1em;
padding-bottom: 20px;
}

h3 {
font-family: trebuchet ms, verdana, arial;
font-size: 110%;
font-weight: bold;
color: #444444;
line-height: 1.1em;
padding-bottom: 4px;
}

p {
font-family: verdana, arial;
font-size: 80%;
line-height: 1.6em;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
height: 20px;
}

.clear-div {
clear: both;
height: 1px;
}

.back {
text-align: right;
margin-top: 10px;
font-size: 65%;
}

a {
color: #006dc1;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: #000000;
font-weight: bold;
text-decoration: underline;
}