html, body {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;

	padding: 0;
	
	border:0px;

	width:100%;
	height:100%;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #296dc0;
	
        table-layout: fixed;
	background-color: #1F2063;
	
}

.a12 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px}
.a10 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px}

/**************************************/
a:link 	{
	color: #296dc0;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	color: #296dc0;
	background: transparent;
	text-decoration: underline;
}

a:active {
	color: #f00;
	background: transparent;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	background: transparent;
	text-decoration: none;
}

.ures1 {font-size: 1px;}
.ures2 {font-size: 2px;}
.ures4 {font-size: 4px;}
.ures8 {font-size: 8px;}

.br1 {line-height: 1px;}
.br2 {line-height: 2px;}
.br4 {line-height: 4px;}
.br8 {line-height: 8px;}