body {
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

p,td,th,li {
	font-size: 12; 
	color: #000066; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none
}

a { 
	color: 			#3366CC;
}

a:link {
	color:		 	#E65A1D;
}

a:visited {
	color:		 	#A60A1D;
}

a:hover {
	color:		 	#ff9900;
}

th {
	font-weight: bold
}

h1,h2,h3,h4 {
	font-weight: bold; 
	color: #000066; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
h1 {
	font-size: 18
}
h2 {
	font-size: 16
}
h3 {
	font-size: 14
}
h4 {
	font-size: 12
}

table.tb {
	border:		1px Solid ThreeDShadow;
}
table.tb thead {
	background:	rgb(234,242,255);
}
table.tb th  {
	text-align:	left;
	font-size:	12px;
	padding:	5px 5px;
}
table.tb td  {
	padding:	3px 3px;
}


table.matrix {
	background:	darkgray
}
td.mheader {
	background:	rgb(234,242,255);
}
td.mindex {
	background:	rgb(234,242,255);
}
td.midentity {
	background:	rgb(210,210,210);
}
td.mcell {
	background:	rgb(245,245,245);
}

span.added {
	background:	yellow;
	font-weight: bold; 
}

span.mixed {
	font-style: italic; 
}

span.removed {
	color: #C0C0C0; 
	text-decoration: line-through;
}




