/* CSS Document */

.error {
	font-weight:bold;
	color:red;
}

.bold {
	font-weight:bold;
}

.light {
	color:#808080;
}
#content .small {
	font-size:10px;
}

.small {
	font-size:10px;
}

.smallheader {
	font-size:0.8em;
	font-weight:bold;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.left  {
	text-align:left;
}

.label {
	color: #007d72;
	font-weight:bold;
}

