/* cvs tags */
p.cvs {
	color: lightgrey;
	font-family: Lucida, Verdana, Helvetica, Arial;
}

/* default table data */
td {
	font-family: Lucida, Verdana, Helvetica, Arial;
}

td.lwhite {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	background-color: white;
}

td.cwhite {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: center;
	background-color: white;
}

/* layered tables */
td.toprow {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: center;
	background-color: #cccccc;
}

td.colhead {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	background-color: #e2e2e2;
	font-weight: bold;
	vertical-align: top;
}

td.colheadc {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: center;
	background-color: #e2e2e2;
	font-weight: bold;
	vertical-align: top;
}

td.box1,tr.box1 {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	background-color: #f2f2f2;
}

td.box2,tr.box2 {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	background-color: #e2e2e2;
}

/* everything not covered by the above */
body {
	font-family: Lucida, Verdana, Helvetica, Arial;
}

/* links */
a {
	text-decoration: none;
	color: #1047a5;
	font-weight: bold;
}

a.u {
	text-decoration: underline;
	color: #1047a5;
	font-weight: none;
}

/* fake links */
a.f {
	text-decoration: none;
	color: none;
	font-weight: bold;
}

/* former links*/
font.fl {
	font-weight: bold;
}

/* fixed-width */
font.fx {
	font-family: Courier New, Courier;
}

/* hostnames */
font.hostname {
	font-style: italic;
}

font {
	font-family: Lucida, Verdana, Helvetica, Arial;
}

font.command {
   color: #b21717;
   font-weight: bold;
}

font.fxcommand {
	color: #b21717;
	font-family: Courier New, Courier;
	font-weight: bold;
}

font.na {
	color: gray;
	font-style: italic;
}

/* signature */
font.fxsig {
	font-family: Courier New, Courier;
	color: gray;
}

/* fixed-width */
pre.fx {
	font-family: Courier New, Courier;
}

blockquote {
	margin-left: .5em;
	margin-right: .5em;
}
