BODY {
	color: #333333;
	background: #ffffff;
}

A {
	text-decoration: none;
}

A:active {
	color: #ff6600;
}

A:visited {
	color: #191970;
}

A:hover {
	color: #ff6600;
	text-decoration: underline;
}

H3 {
	color: #ffffff;
	padding: 4 4 2 4;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

H4 {
	background-color: #e0e0e0;
	padding: 4 0 2 4;
	width: 100%;
	border: 1px none white;
	font-weight: bold;
}

DIV.i {
	margin-left: 30px;
	margin-right: 30px;
}

DIV.s {
	width: 100%;
	filter: DropShadow(color=#e0e0e0,offX=2,offY=2);
}

DIV.m {
	font-size: 80%;
}

DT {
	font-weight: bold;
	margin-top: 30px;
}

TR.t { /* title */
	background: #ffcccc;
	text-align: center;
	font-size: smaller;
}

TR.g { /* gray */
	background: #eeeeee;
	font-size: smaller;
}

TR.w { /* white */
	background: #e0e0e0;
	font-size: smaller;
}

PRE.c { /* Code */
	border: 1px solid #666666;
	padding: 5px;
	white-space: pre;
	width: 100%;
	font-size: 13px;
}

SPAN.g { /* gray */
	color: #999999;
}

SPAN.c { /* comment */
	color: #008200;
}

SPAN.e { /* emphasis */
	color: #ff0000;
}

LI {
	margin-top: 5px;
}

TR.cr {
	font-size: 80%;
}

