* { margin: 0; padding: 0; }
html, body { height:100%; }
body { background: #FFFFFF; font-family: Bitstream Vera Sans, Tahoma, sans-serif; font-size: 1rem; color: #757575; margin:0px; padding:0px; }

#head { height: 6%; background: #FFFFFF; }
#foot { height: 6%; background: #FFFFFF; }
#copyleft { width: 100%; height: 100%; background: transparent url('images/footer.png') no-repeat center center; }
#maincontent { width:100%; height:88%; }
#logo { height: 60px; background: url('images/logo.png') no-repeat top center; padding: 80px 0px 0px 0px; }
#subtext { width: 400px; text-align: justify; }
a { color:#003399; text-decoration: none; }
a:hover { color: #FF0000; }
.inputtext { padding:1px 3px 0px 3px; font-family: "tahoma", "arial", "helvetica", "sans-serif"; font-size: 8pt; color: #000000; width:200px; }

h1,h2,h3,h4 {
        margin: 5px 0px;
        font-weight: bold;
}

h2 {
        text-align: center;
        font-size: 12pt;
}

h4 {
        font-size: 8pt;
}

.box {
        font-size: 8pt;
        background-color: #ffffff;
        border: 1px solid #666666;
}

.pad h3, .pad h4, .padbox h3, .padbox h4 {
        margin-top: 0px;
        padding-top: 0px;
}

.thin {
        width: 750px;
        margin: 0px auto;
	text-align: left;
}

