/* general styles */
a:link, a:visited {
	color: maroon;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	background-color: maroon;
	color: white;
}
body, td, input {	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #333333;}

.navlinks dt {
	text-align: left;
}

.navlinks a:link, .navlinks a:visited {	font-size: 14px;	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	margin-left: 15px;
}

.navlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #333366;
}

.basestyle {	color: #FFFFFF;	font-size: 10px;	font-family: Verdana, Arial, Helvetica, sans-serif;}

.small {
	font-size: 11px;
}

.calendar {
	background-color: #003366;
}

.calendar td {
	font-size: 11px;
	text-align: center;
	color: white;
}

.calendar a:link, .calendar a:visited {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

.calendar a:hover {
	background-color: #003366;
	cursor: pointer;
	color: yellow;
}

/* registration layout*/
fieldset {
	border-style: dotted;
	border-width: thin;
}

.reg legend {
	color: #FFFFFF;
	font-weight: bold;
	background: #096AA7;
	padding: 4px;
	font-size: 14px;
}

.reg dl {
	line-height: 1.2em;
}

.reg dt {
	float: left;
	width: 15em;
	text-align: right;
	padding: 1px;
	color: #333333;
	font-size: 11px;
}