@media all {

	.arial {
		font-family:arial;
	}

	.tahoma {
		font-family:Tahoma;
	}

	.verdana {
		font-family:Verdana;
	}

	.left {
		text-align:left;
	}

	.right {
		text-align:right;
	}

	.justify {
		text-align:justify;
	}

	.center {
		text-align:center;
	}

	.tiny {
		font-size:9pt;
	}

	.small {
		font-size:10pt;
	}

	.medium {
		font-size:11pt;
	}

	.normal {
		font-size:12pt;
	}

	.large {
		font-size:14pt;
	}

	.bold {
		font-weight:bolder;
	}

	.italic {
		font-style:italic;
	}

	.underline {
		text-decoration:underline;
	}

	.stroke {
		text-decoration: line-through;
	}

	h1,h2,h3,h4 {
		font-family:Arial;
		margin-top:15px;
		margin-bottom:15px;
	}

	h1 {
		font-size:14pt;
	}

	h2 {
		font-size:13pt;
	}

	h3 {
		font-size:12pt;
	}

	h4 {
		font-size:11pt;
	}

	.h0 {
		margin-top:20px;
		margin-bottom:20px;
	}

}
