a {
	color: #000066;
}

a:hover {
	color: #cc0000;
}

.back {
	font-size: 10px;
}

body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.box {
	border: 1px solid #c0c0c0;
}

.boxtitle {
	background-color: #cc0000;
	border-bottom: 1px solid #c0c0c0;
	color: White;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.element {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}

.error {
	color: #9b4e00;
	font-weight: bold;
}

.field {
	color: #5A6876;
	font-size: 10px;
	font-weight: bold;
}

.graphbox {
	/* border: 1px solid Black; */
	background-color: #FAEBD7;
}

.graphtitle {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B4077;
}

.image {
	border: 1px solid #6C6EFF;
}

.message {
	color: #000066;
}

.nav {
	font-size: 11px;
}

.notes {
	font-size: 10px;
}

.pagetitle {
	color: #000099;
	font-size: 14px;
	font-weight: bold;
}

.quote {
	font-family: times new roman, serif;
	font-size: 13px;
	font-style: italic;
}

.redoff {
	background-color: #FF0000;
	cursor: default;
}

.redon {
	background-color: #990000;
	cursor: pointer;
}

.required {
	color: #cc3300;
	font-weight: bold;
}

.title {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}

.whiteoff {
	background-color: white;
	cursor: default;
}

.whiteon {
	background-color: #b9dcff;
	cursor: pointer;
}