<style type="text/css">
<!--
	/* *****************************************************
	** BODY FORMATS
	****************************************************** */

	html
	{
		background:#ebecff;
	}

	body
	{
  		background:#e2d0b3;

		color:#72462b;
		font-family:Verdana,Arial,sans-serif;
		margin:0px;
	}


	/* *****************************************************
	** GENERAL LINK FORMATS
	****************************************************** */

	a:link		{ color:#72462b; font-weight:normal; text-decoration:none; }
	a:visited	{ color:#72462b; font-weight:normal; text-decoration:none; }
	a:hover		{ color:#ff0000; font-weight:normal; text-decoration:underline;}
	a:active	{ color:#72462b; font-weight:normal; text-decoration:none; }
	a:focus		{ color:#FF9900; font-weight:normal; text-decoration:underline;}


	h1 {
		color:#72462b;
		border-bottom:1px solid #72462b;
		font-size:1.4em;
		font-weight:normal;
  		text-transform:uppercase;
		padding:0px;
		margin:0px 0px 2px 0px;
	}

	h2 {
		color:#72462b;
		border-bottom:0;
		font-size:1.2em;
		font-weight:normal;
  		text-transform:uppercase;
		padding:0px;
		margin:0px 0px 2px 0px;
	}


  	img {
    	border:0px;
	}

	form {
    	border:0px;
    	margin:0px; padding:0px;
	}

	/* *****************************************************
	** container
	****************************************************** */

	.container {
	    padding:40px;
	    text-align:center;
	}

	.container_help {
		font-size:.9em;
		font-weight:normal;
	    text-align:center;

	    padding:0px;
		margin:2px 0px 2px 0px;
		border-bottom:1px solid #72462b;
	}

	.container_help em {
        font-style:normal;
		color:#990000;
		font-weight:bold;
	}

	.tab_help {
		font-size:.9em;
		font-weight:normal;
	    text-align:left;

	    padding:0px;
   	    margin:0px;
	}

   	.tab_help td {
	    padding:1px 8px;
   	    margin:0px;
	}

	/* *****************************************************
	** footer
	****************************************************** */

	.footer {
		color:#72462b;

		font-size:12px;
		font-weight:normal;
		text-align:center;
		line-height:1.5em;

		border-top:solid 1px #72462b;

		padding:4px 4px;
	}
	
	.footer a {
		color:#57341f;
		padding:0px 4px 0px 14px;
		background:url("PIX/icon_external_link.gif") no-repeat 0px 0px;
	}

	.footer a:hover {
		color:#ff0000;
	}


	/* *****************************************************
	** encapsulating table
	****************************************************** */

	.tab_capsule {
		padding:0;
		margin-left:auto; margin-right:auto;
		border-spacing:0px;
		border-collapse:collapse;
	}

	.tab_capsule td {
		font-size:12px;
		vertical-align:top;
	    text-align:center;

		background:#fff;
		padding:12px;

 		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}


	/* *****************************************************
	** main table 
	****************************************************** */

	.tab_main {
		font-size:12px;
		vertical-align:top;
	    text-align:center;

		padding: 0px; margin-top:8px; margin-bottom:8px;
	    margin-left:auto; margin-right:auto;
		border-spacing:1px;
		border-collapse:separate;
	}

	.tab_main th,td {
		text-align:center;
		vertical-align:middle;
	}

	.tab_main td {
		font-size:8px;
		font-weight:normal;
		margin:0px;	padding:0px;
		border-style: none; border-width:0px;
 	}

	.tab_main th {
		font-size:18px;
		font-weight:normal;
    	/*text-transform:uppercase;*/

		margin:0px;	padding:8px 24px;

		border-style: none; border-width:1px;
		border-color:#000000;
 	}


	.tab_main th.N {
		background-color:#e2d0b3;
		color:#72462b;
	}

	.tab_main th.LO {
		background-color:#f0e7d9;
		color:#72462b;
    }

	.tab_main th.H0 {
		background-color:#e2d0b3;
		color:#57341f;
	}

	.tab_main th.H1 {
		background-color:#FF9900;
		color:#57341f;
	}

	.tab_main th.H2 {
		background-color:#A7FF00;
		color:#57341f;
	}


	/* *****************************************************
	** no border etc. table 
	****************************************************** */

	.tab_nono {
	    padding:2px; 
		margin-left:auto; margin-right:auto;
   		border:1px solid #72462b;
	}
	
	.tab_nono th {
		font-size:.9em; font-weight:bold; color:#cc0000;
	    text-align:left; vertical-align:top;
        background:#f0e7d9;
		padding:2px 6px;
 		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}

	.tab_nono td {
		font-size:.8em; font-weight:normal;
	    text-align:right; vertical-align:top;
        background:#e2d0b3;
		padding:2px 6px;
 		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}

	.tab_nono a {
		font-size:12px;
		font-weight:bold;
		color:#990000;
		padding:0px 0px 0px 18px;
		background:url("PIX/link.png") no-repeat 0px 0px;
	}

	/* *****************************************************
	** Input's
	****************************************************** */

	input {
		border:solid 1px #72462b;
		color:#57341f;
	}
	input.big_button {
		border:solid 1px #72462b;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		font-size:1.0em;
		background:#fff;
		padding:4px 12px;
		color:#72462b;
		text-align:center;
		font-weight:bold;
	}

	input.big_button:hover {
		background:#e2d0b3;
		color:#c00; 
		text-decoration:underline;
	}
-->
</style>
