a:        { text-decoration:underline; }
a:link    { text-decoration:underline; color:blue;}
a:visited { text-decoration:underline; color:blue;}
a:active  { text-decoration:underline; color:red;}
a:hover   { text-decoration:underline; color:orange;}
body,tr,td {
	font-size: 10pt;
}
h3 {
	font-size: 10pt;
	border-left-color: orange; border-left-width: 10px; border-left-style: solid;
	border-bottom-color: orange; border-bottom-width: 1px; border-bottom-style: solid;
}
.lucida {
	font-family: "Lucida Sans Unicode"; font-size : 11pt;
}
.solid {
	border: 1px; border-style: solid; border-color: gray;

}
.solid_red {
	border: 1px; border-style: solid; border-color: red;

}
.dot {
	border: 2px; border-style: dotted; border-color: orange;
}
