@media all {

	.bold, .b {
		font-weight:bolder;
	}

	.italic, .i {
		font-style:italic;
	}

	.underline, .u {
		text-decoration:underline;
	}
	
	.tahoma {
		font-family:Tahoma;
	}

	.verdana {
		font-family:Verdana;
	}

	.left {
		text-align:left;
	}

	.center {
		text-align:center;
	}

	.right {
		text-align:right;
	}

	.justify {
		text-align:justify;
	}

	.under {
		text-decoration:underline;
	}

	.tiny {
		font-size:9pt;
	}

	.small {
		font-size:10pt;
	}

	.medium {
		font-size:11pt;
	}

	.normal {
		font-size:12pt;
	}

	.large {
		font-size:14pt;
	}

	h1,h2,h3,h4,label.h4 {
		font-family:Verdana;
		font-weight:bold;	
		font-style:normal;	
		display:block;
/*
		color:rgb(16,16,115);
*/
		border-bottom:1px solid rgb(16,16,115);
		border-bottom:1px solid rgb(255, 172, 3);	
		margin-bottom:15px;
	}

	h1 {
		font-size:14pt;
	}

	h2 {
		font-size:13pt;
	}

	h3 {
		font-size:12pt;
	}

	h4,label.h4 {
		font-size:11pt;
	}
	
	.top15 {
		margin-top:15px;
	}

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

}

