body { font-size: 18 pt;line-height:28 pt; font-family:arial,helvetica,verdana }

.blueC {
	color: blue;
}
.blue {
	border-bottom:2px solid blue;
}
.blue_dashed {
	border-bottom:2px dashed blue;
}
.blue_dotted {
	border-bottom:2px dotted blue;
}
.redC {
	color: red;
}
.red {
	border-bottom:2px solid red;
}
.red_dashed {
	border-bottom:2px dashed red;
}
.red_dotted {
	border-bottom:2px dotted red;
}
.black {
	border-bottom:2px solid black;
}
.black_dashed {
	border-bottom:2px dashed black;
}
.black_dotted {
	border-bottom:2px dotted black;
}

.aquaC {
	color: #00bbbb;
}
.aqua {
	border-bottom:2px solid #00bbbb;
}
.aqua_dashed {
	border-bottom:2px dashed #00bbbb;
}
.aqua_dotted {
	border-bottom:2px dotted #00bbbb;
}
.orange {
	border-bottom:2px solid orange;
}
.orange_dashed {
	border-bottom:2px dashed orange;
}
.orange_dotted {
	border-bottom:2px dotted orange;
}

.violetC {
	color: #cc00cc;
}
.violet {
	border-bottom:2px solid #cc00cc;
}
.violet_dashed {
	border-bottom:2px dashed #cc00cc;
}
.violet_dotted {
	border-bottom:2px dotted #cc00cc;
}


a:link {text-decoration: none; color: black; }
a:visited {text-decoration: none; color: black; }
a:active {text-decoration: none; color: #cc00cc;}
a:hover {text-decoration: none; color: #cc00cc;}
a { text-decoration : none; color : #000; }

.wc1 { font-size:20px;line-height:65px;background-color: #fee; border-style: solid;border-width: 2px;border-color: #ff6666; }
.wc { font-size:20px;line-height:55px;background-color: #fee; }
.re { font-size:20px;background-color: #fee; }

.zp1 { font-size:22px;line-height:29px;background-color: #fee; border-style: solid;border-width: 2px;border-color: #ff6666; }
.zp { font-size:22px;line-height:29px;background-color: #fee; }
.re { font-size:20px;background-color: #fee; }

.blu { background-color: #eef; }

table.b td {
	//background-color: #eef;
	//border: 3px solid #fff;
	line-height:11pt;
}