html {
  min-height: 100%;
}

* html
{
	overflow: hidden;
}

BODY
{
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: Verdana, sans-serif;
	background-color: #182557;
	color: #4D0D1F;
	font-size:13pt;
}

#foto1
{
	position: fixed;
	display: block;
}

* html #foto1
{
	position: absolute;
}

#foto2
{
	position: fixed;
	display: block;
}

* html #foto2
{
	position: absolute;
}

#foto3
{
	position: fixed;
	display: block;
}

* html #foto3
{
	position: absolute;
}

A
{
	color: #4D0D1F;
	text-decoration: underline;
}

A:link
{
	color: #4D0D1F;
	text-decoration: underline;
}

A:visited
{
	color: #4D0D1F;
	text-decoration: underline;
}

A:hover
{
	color: #4D0D1F;
	text-decoration: underline;
}

A:active
{
	color: #4D0D1F;
	text-decoration: underline;
}

TH
{
	color: #4D0D1F;
	height: 30px;
	font-family: "Maiandra GD", Verdana, sans-serif;
/*	font-family: Verdana, sans-serif; */
	font-variant: small-caps;
	font-size:20pt;
	text-align: center;
	font-weight:bold;
}
TABLE
{
	border-spacing:0px;
	border-style: none;
	border-width: thin;
	font-size:13pt;
	padding: 0px;
	margin: 0px;
}

TD
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size:11pt;
	vertical-align: top;
	text-align: justify;
	
}

TABLE.inmain
{
	border-spacing:0px;
	border-style: none;
	border-width: thin;
	border-collapse: collapse;
	font-size:13pt;
	padding: 0px;
	margin: 0px;
}

TD.inmain
{
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	margin: 5px;
	font-family: Verdana, sans-serif;
	font-size:11pt;
	vertical-align: top;
	text-align: justify;
	
}
