h1 {
    margin-bottom: 1em;
    margin-top: 1.5em;
}

p {
    margin-left: 15px;
	text-align: left;
}

table {
    margin-left: auto;
    margin-right: auto;
}

table, td, th {
    border: 1px solid;
    text-align: center;
}


table.regfee{
    width: 570px;
    height: 250px;
}

.early {
    background-color: #ffff99;
    font-size: smaller;
}

.advance {
    background-color: #ccff99;
}

/*
.regular {
    font-size: smaller;
}
*/

.cat {
    width: 110px;
}

.opt {
    width: 140px;
    height: 3em;
}

.fee {
    width: 90px;
}

.rate {
    font-size: 0.75em;
    margin-bottom: 0.5em;
    text-align: right;
}

.gala {
    font-size: 0.95em;
    margin-bottom: 0.5em;
}

table.reg{
    border-collapse: collapse;
    border-left: 1px solid;
    border-top: 1px solid;
    width: 570px;
}

.reg th{
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.reg td{
    border-bottom: 1px solid;
    border-right: 1px solid;
}

td.opts {
    border-top: none;
}

td.caps {
    border-bottom: none;
}

td.fees {
    border-right: none;
    font-weight: bold;
    height: 40px;
    text-align: right;
}

td.paynow {
    border-left: none;
}

.regnote {
    background-color: #FFFFCC;
    border: solid 2px #999999;
    margin-bottom: 2em;
    margin-left: 25px;
    padding: 0.5em;
    text-align: center;
    width: 530px;
    height: 29em;
    font-size: 0.9em;
}

.example {
    font-size: smaller;
    margin-bottom: 3px;
    margin-left: 50px;
    text-align: left;
}

.nonstudent {
color: #FF00FF;
font-weight: bold;
}

.student {
color: #16BE4D;
font-weight: bold;
}

.journal {
font-style: italic;
}

.volume {
font-weight: bold;
}

.paper{
margin-left: 3em;
margin-right: 2em;
}

div.notebox {
    text-align: center;
    border: solid 2px #FF0000;
}

p.passed {
    text-align: center;
    color: #FF0000;
    font-weight: bold;
    font-size: 1.1em;
}

