html
{
   margin: 0;
	padding: 0;
}

body
{
	background-color: #555555;
	margin: 0;
	padding: 0;
}

.container
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 185px;
}

.center
{
	position: relative;
	background-color: #555555;
	float: left;
}

#templ-1
{
	background-image: url(../img/templ-1.gif);
	background-repeat: no-repeat;
	height: 185px;
	width: 244px;
}

#templ-2
{
	background-image: url(../img/templ-2.gif);
	background-repeat: no-repeat;
	height: 185px;
	width: 479px;
}

#templ-3
{
	background-image: url(../img/templ-3.gif);
	background-repeat: no-repeat;
	height: 185px;
	width: 163px;
}

#templ-4
{
	position: relative;
	height: 156px;
	width: 113px;
}

.img-header
{
	width: 100%;
	height: 185px;
	border: 0px;
}

.td-header
{
	width: 50%;
}

.img-center
{
	width: 113px;
	background-image: url(../img/tconn-1-4.gif);
	background-repeat: repeat-y;
}

p
{
	color: #000000;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	margin: 10px;
	
}

.nota
{
	color: #000000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 10px;
	font-style: oblique;
}

.footer
{
	text-align: center;
	color: #D2D3D6;
	font-size: 18px;
	font-style: oblique;
}