body {
	font-family: arial, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 16px;
	background: #ffffff;
	margin: 0px;
}

a {
	color: #453984;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}

form {
	margin: 0px;
}

.textBox {
	font-size: small;
	padding: 2px;
}

.selectBox {
	font-size: 11px;
}

.asterisk {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;	
}

.footer {
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	padding: 15px;
}

.footerLink {
	text-decoration: none;
}

.footerLink:hover {
	text-decoration: underline;
}

.linkArrow {
	color: #453984;
}

a.calMonth {
	text-decoration: none;
	font-weight: bold;
}

a.calMonth:hover {
	text-decoration: underline;
}

.errorItem {
	color: #cc0000;
}

.contentBox {
	padding: 14px; 
	text-align: left; 
	background-color: #ffffff; 
	border: 1px solid #8F8F8F;
}

.breadCrumb {
	margin-bottom: 20px;
}

.activeTab {
	padding: 8px 14px 8px 14px;
	background-color: #DBDBDB;
	font-weight: bold;
}

.inactiveTab {
	padding: 8px 14px 8px 14px;
	cursor: hand;
	cursor: pointer;
}

a.tabLink {	
	color: #ffffff;
	text-decoration: none;
}

a.tabLink:hover {
	
	color: #ffffff;
}

.highlighted {
	color: #cc0000;
}

/* picture stuff */
div.float {
	float: left;
	margin: 0px 5px 9px 0px;
}
div.float p {
	margin-top: 8px;
	text-align: center;
}
div.spacer {
	clear: both;
}
hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	margin: 12px 0px;
}
.cat ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.cat li {
	padding: 0px;
	margin: 0px 0px 4px 16px;	
	vertical-align: middle;
	list-style-type: disc;
}
