/* Sequiter CSS for IE browsers on Windows platform */

	A:LINK		{COLOR:	#0000FF;}
	A:VISITED	{COLOR:	#0000FF;}
	A:ACTIVE	{COLOR: #339999;}
	A:HOVER 	{COLOR:	#339999;}
	A {TEXT-DECORATION:	NONE;}

	body {
		background: #FFFFFF;
		background-image: url(https://www.codebase.com/images/secure/blustrip.gif);  /* This overrides html background */
		font-family: verdana, helvetica, arial, sans-serif;
		color: #000000;
	}


	hr { height: 0; color="#003366"; }


	.bold					{ font-weight: bold; }
	.normal				{ font-weight: normal; }
	.italic				{ font-style: italic; }
	.i-bold				{ font-weight: bold; font-style: italic; }

	.red						{ color: 		red; }
	.green					{ color: 		green; }
	.blue						{ color: 		blue; }

	.bg-blue				{background-color: #DDEEFF; }
	.bg-blue2				{background-color: #99CCFF; }
	.bg-yellow			{background-color: #FFFFCC; }

	tr.tr-head 				{ background: #ccccff; font-weight: bold; }  /* indigo */
	tr.tr-body				{ background: #ffffff; }  /* white */
	tr.tr-white				{ background: #ffffff; }

	td.td-head				{ background: #ccccff; font-weight: bold; }					/*indigo*/
	td.td-head2				{ background: #ccffcc; font-weight: bold; }					/*green*/
	td.td-body				{ background: #ffffff; } /*white*/
	td.td-body-b			{ background: #ffffff; font-weight: bold; }

	td.td-price				{ background: #ccffcc; text-align: right; } /*green*/
	td.td-price2			{ background: #ddeeff; text-align: right; } /*blue*/
	/*td.td-blank*/
	
	td.td-white				{ background: #ffffff; }
	td.td-white-b			{ background: #ffffff; font-weight: bold; }
	td.td-grey				{ background: #ebebfb; }
	td.td-grey-b			{ background: #ebebfb; font-weight: bold; }
	td.td-yellow	  	{ background: #ffffcc; }
	td.td-yellow-b		{ background: #ffffcc; font-weight: bold; }
	td.td-indigo	  	{ background: #ccccff; }
	td.td-indigo-b		{ background: #ccccff; font-weight: bold; }
	td.td-indigo2	  	{ background: #ccddff; }
	td.td-indigo2-b		{ background: #ccddff; font-weight: bold; }
	td.td-green	  		{ background: #ccffcc; }
	td.td-green-b			{ background: #ccffcc; font-weight: bold; }
	td.td-green2	 		{ background: #009900; }
	td.td-green2-b		{ background: #009900; font-weight: bold; }
	td.td-cyan 				{ background: #ccffff; }
	td.td-cyan-b 			{ background: #ccffff; font-weight: bold; }
	td.td-cyan2 			{ background: #99ffff; }
	td.td-cyan2-b 		{ background: #99ffff; font-weight: bold; }
	td.td-blue 				{ background: #ddeeff; }
	td.td-blue-b 			{ background: #ddeeff; font-weight: bold; }
	td.td-blue2 			{ background: #99ccff; }
	td.td-blue2-b 		{ background: #99ccff; font-weight: bold; }
	td.td-brown 			{ background: #996633; }
	td.td-brown-b 		{ background: #996633; font-weight: bold; }
	td.td-brown2 			{ background: #EEDDBB; }
	td.td-brown2-b 		{ background: #EEDDBB; font-weight: bold; }
	td.td-reqlabel		{ color: #ff0000; text-align: right; }
	td.td-label				{ text-align: right; }

	td.td-field	{
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 10pt;	/* x-small */
	}


	.box-green {
		background-color: #ccffcc;
		border-color: #009900;
		border-style: solid;
		border-width: 3px;
		padding: 1mm;
	}

	.box-blue {
		background-color: #ddeeff;
		border-color: #99ccff;
		border-style: solid;
		border-width: 3px;
		padding: 1mm;
	}

	.box-brown {
		background-color: #EEDDBB;
		border-color: #996633;
		border-style: solid;
		border-width: 3px;
		padding: 1mm;
	}

	pre {
		font-family: courier, monospace; 
		color: green;
	}

	OL, UL, P, Blockquote {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 10pt;	/* x-small */
	}

	.xxs 		{ font-size: 10pt; } /* should be 7.5pt or xx-small for win */
	.xs			{ font-size: 10pt; }
	.m 			{ font-size: 12pt; }
	.l 			{ font-size: 13.5pt; }
	.xl			{ font-size: 18pt; }

  .title {
		font-weight: bold;
    border-style: solid; border-color: #336699;
    width: 100%; border-bottom-width: 1pt;		/* ns 4.x only */
    border-top: 0 solid #ffffff;	border-bottom: 1pt solid #336699; 
    border-left: 0 solid #ffffff;	border-right: 0 solid #ffffff;
		padding-bottom: 0.5mm;
   }

  .navbar {
		text-align: center;
    border-style: solid; border-color: #336699;
    width: 100%;	border-top-width: 1pt;	border-bottom-width: 1pt;		/* ns 4.x only */
    border-top: 1pt solid #336699;	border-bottom: 1pt solid #336699;
    border-left: 0 solid #ffffff;		border-right: 0 solid #ffffff;
		padding-top: 0.5mm;		padding-bottom: 0.5mm;
   }


	td {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 10pt;	/* x-small */
	}



	h1 {
		font-family: verdana, helvetica, arial, sans-serif;
		color: #336699;
		font-size: 24pt; /* x-large */
	}

	h2 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 18pt;	/* large */
	}

	h3 {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 13.5pt; /* medium */
	}

	h4 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 12pt;	/* small */
	}

	h5 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 10pt;	/* x-small */
	}

	h6 {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 10pt;	/* xx-small */
	}  /*		font-size: 7.5pt    Original -- using 10pt for now */

