H1 {
	font-size: xx-large;
	font-weight: lighter;
	text-decoration : underline;
	margin-bottom : 0px;
}

H2 {
	font-size: x-large;
	font-weight: normal;
}

H2.underline {
	font-size: x-large;
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: underline;
}

H3 {
	font-size: large;
	font-weight: normal;
	margin-top: 0px;
}

H4 {
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}

IMG.left {
	float : left;
	margin-right: 5px;
}

IMG.right {
	float : right;
	margin-left: 10px;
}

P {
	margin-top: 0px;
}

P.center {
	clear: left;
	text-align: center;
}

P.wrap-L {
	clear: left;
	margin-top: 0px;
}

P.wrap-R {
	clear: right;
	margin-top: 0px;
}

SPAN.bold {
	font-weight : bold;
}

TD.justify {
	text-align: justify;
}
