/* CSS Document */

body {
background: url(images/popuppaper.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
padding-top: 100px;
font-size: 0.8em;
}

body p {
margin-top: 0;
margin-bottom: 1em;
}

#popupheader {
background: url(images/popupheader.gif);
position: absolute;
top: 0;
width: 100%;
height: 105px;
}

#text {
margin: 1em;
}

h1 {
font-weight: normal;
text-align: center;
font-size: 100%;
}

h2 {
font-weight: bold;
color: #0a2541;
font-size: 100%;
margin-bottom: 0;
}
