body {
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

a:link {
    color: #01327F;
    text-decoration: none;
    font-weight: bold
}

a:active {
    color: #555555;
    text-decoration: none;
    font-weight: bold
}

a:visited {
    color: #01327F;
    text-decoration: none;
    font-weight: bold
}

a:hover {
    color: #555555;
    text-decoration: underline;
    font-weight: bold
}

table.program {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #01327F;
    border-collapse: collapse;
    vertical-align: middle;
}

table.program tr {
    height: 40px;
}

table.program td {
    border-style: solid;
    border-color: #01327F;
    border-width: 1px;
    padding: 8px;
    margin: 0px;
}

#regform label {
	float: left;
	clear: left;
	width: 280px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

#regform input[type="text"], select {
	width: 200px;
}

#regform fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
}

#regform fieldset {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#regform div {
	margin-top: 20px;
}

div.required:after {
	content: "*";
}

#regform .errormsg {
	color: red;
	padding: 2px 2px 2px 20px;
	background-image: url('images/exclamation.png');
}

#regform .info {
	color: #01327F;
	padding: 2px 2px 2px 20px;
	background-image: url('images/information.png');
}

#regform .info, #regform .errormsg {
	padding: 2px 2px 2px 20px;
	background-position-x: left;
	background-position-y: bottom;
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	margin: auto auto 10px auto;
}

div.error > label {
	color: red;
}

