.bold {
	font-weight: bold;
}

.notice {
	/* color: #4169E1; */
	color: #A52A2A;
}

.sender {
	font-weight: bold;
	color: #72121D;
}

.warn {
	color: red;
}

BODY {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TD {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TH {
	background: #686868;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

TABLE.noteOutline {
	background: #C80000;
}

TABLE.outline {
	background: #969696;
}

TR.darkrow {
	background: #E7E7E7;
}

TR.lightrow {
	background: white;
}

TD.line_break {
	background: #BBDDEE;
	color: black;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
}

TD.noteHeading {
	background: #E7E7E7;
	color: #D20000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

TD.note {
	background: white;
}

A.light {
	color: #616161;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A {
	color: #616161;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover {
	color: #DB0000;
}

INPUT.longButton {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	border: solid;
	border-width: 1px;
	border-color: #C80000;
}

/*
Footer
*/
TD.footer {
	color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
