/* CSS Document */
body {
margin:0;
margin-top:10px;
padding:0;
background-color:#fff;
font-size:100%;
font-family:Georgia, Times, "Times New Roman", serif;

}
div#wrapper {
width:700px;
margin:0;
margin-left:auto;
margin-right:auto;
}
h2 {
font-weight:normal;
color:#007CC2;
font-size:1.7em;
}
h4 {
font-weight:bold;
color:#007CC2;
font-size:1.0em;
}
h5 {
margin:0;
font-weight:normal;
color:#007CC2;
font-size:0.9em;
}
p {
font-size:0.8em;
}
a {
color:#007CC2;
}
a:hover {
color:#666;
}
.float-left {
float:left;
margin-right:150px;
margin-top:10px;
margin-bottom:50px;
}
.lighter {
color:#a0bde3;
}
table {
border:1px solid #007cc2;
}
.noborder {
border:0;
}
.border {
border-bottom:1px solid #007cc2;
}
table.regdetails {
font-size:0.9em;
}
table.card-details {
font-size:0.8em;
}
table.ok {
border:0;
font-size:0.9em;
}
.highlight {
color:#007CC2;
}
td.bot-border {
border-bottom:1px solid #ccc;
padding-bottom:20px;
}
.required {
font-size:0.8em;
color:#007cc2;
}
