body {
	margin: 0px;
	padding: 0px;
	background-color: #C8DBFB;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.Titol {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}
.ImgBorder {
	border: 1px solid #FFFFFF;
}
.Titol2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}



a {
	color: #FFFFFF;
	text-decoration: none;
}


.FonsMiddle {
	background-image: url(img/fons_middle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.FonsTop {
	background-image: url(img/fons_top.gif);
	background-repeat: repeat-x;
}
.FonsBottom {
	background-image: url(img/fons_bottom.gif);
	background-repeat: repeat-x;
}
a:hover {
	text-decoration: underline;
}
.Container{
	max-height:625px;
	height:expression(document.body.clientWidth > 1024? "625px": "100%" );
	max-width:1010px;
	width:expression(document.body.clientWidth > 1024? "1010px": "100%" );
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width:100%;
	height:100%;
}
.BoxText{
	position: absolute;
	margin-left:0px;
	margin-top: 0px;
	z-index: 20;
	overflow: hidden;
	text-align: justify;
	padding:0px;
	width:615px; 
	height:100px; 
	border: 1px dashed #FFFFFF;
}
.BoxTextRight{
	position: absolute;
	margin-left:0px;
	margin-top: 0px;
	z-index: 20;
	overflow: hidden;
	text-align: justify;
	padding:0px;
	width:345px; 
	height:100px; 
	border: 1px dashed #FFFFFF;
}
