/* Sequiter CSS for MSIE browsers on Windows platform */

	td {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: xx-small;	/* xx-small */
	}

	OL, UL, P, Blockquote {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: xx-small;	/* xx-small */
	}

	TT {
		font-size: x-small;	/* xx-small */
	}

	.xxs 		{ font-size: xx-small;	}	/* xx-small	*/
	.xs			{ font-size: x-small; 	}	/* x-small	*/
	.s			{ font-size: small; 	}	/* small	*/
	.m 			{ font-size: medium; 	}	/* medium	*/
	.l 			{ font-size: large; 	}	/* large	*/
	.xl			{ font-size: x-large;	}	/* x-large	*/
	.xxl		{ font-size: xx-large;	}	/* xx-large	*/

	h1 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: x-large; /* x-large */
	}

	h2 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: large;	/* large */
	}

	h3 {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: medium; /* medium */
	}

	h4 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: x-small;	/* x-small */
	}

	h5 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: xx-small;	/* xx-small */
	}

	h6 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: xx-small;	/* xx-small */
	}

