@charset "utf-8";
/* CSS Document */
html{
	width: 100%;
	height:100%;
}
body{
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	background-color:#333;
	background-image:url(images/filigrana.png);
	padding-top:30px;
	margin:0px;
}
#cont{
	margin:auto;
	width:700px;
	background-color:#FFF;
}
#cont_archive{
	margin:auto;
	width:960px;
	background-color:#FFF;
}
#footer{
	position:relative;
	float:left;
	width:700px;
	height:100px;
	background-image:url(images/chiusura.png);
	background-position:center;
	background-repeat:no-repeat;
}
#footer2{
	position:relative;
	float:left;
	width:952px;
	height:100px;
	background-image:url(images/chiusura.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#444;
}
.title{
	position:relative;	
	float:left;
	margin-bottom:10px;
	margin-top:2px;
	width:420px;
}
.data{
	position:relative;
	font-size:12px;
	color:#333;
	float:left;
	width:420px;
	font-family:"Times New Roman", Times, serif;
	vertical-align:top;
	margin-top:10px;
	text-align:right;
}
.number{
	font-size:100px;
	line-height:90px;
	font-weight:bold;
	color:#999999;
	font-family:"Times New Roman", Times, serif;
	vertical-align:top;
}
td.number{
	padding-right:20px;
	text-align:right;
}
.desc{
	text-align:justify;
	font-size:13px;
	position:relative;
	float:left;
	width:420px;
	padding-bottom:15px;
}
.desc img{
	width:70px;
	height:70px;
	border:#000 1px solid;
	margin-right:10px;
	margin-bottom:10px;
}
.desc a{
	text-decoration:none;
	color:#C00;
}

a.title{
	text-decoration:none;
	color:#C00;
	font-size:18px;
}
a.title:hover{
	color:#999;
}

a.archive{
	width:80px;
	height:20px;
	display:block;
	background-color:#F00;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	font-size:16px;
	margin-right:10px;
	margin-left:10px;
	float:right;
	font-weight:bold;
}
a.archive:hover{
	color:#C00;
	background-color:#FFF;
}

td.archive{
	font-size:10px;
	background-color:#FFF;
	height:100px;
	text-align:center;
}

a.archive_box{
	text-decoration:none;
	color:#C00;
	font-size:16px;
	margin-right:10px;
	margin-left:10px;
}
a.archive_box:hover{
	color:#999;
	margin-right:10px;
}

td.archive_box{
	font-size:10px;
	background-color:#FFF;
	height:100px;
	text-align:center;
	border:#333 1px solid;
}

td.line{
	height:8px;
	background-image:url(images/back.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

table.pagine{
	width:100%;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.pagine a{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
}
.pagine a:hover{
	color:#F30;
	background-color:#999;
}
.pagine strong{
	color:#F30;	
	font-size:20px;
}

a.arrow{
	color:#F30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
a.arrow:hover{
	color:#FFF;
}

/*SEOBAR*/

#htmlzone{
	position:fixed;
	left:0px;
	bottom: 0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	float:left;
	background-image:url("http://www.globelife.com/seo/files/back-toolbar.jpg");
	background-repeat:repeat-x;
	width:100%;
	height:25px;
	z-index:50;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#globelife{
	position:relative;
	float:left;
	width:33%;
	margin-top:5px;
	text-align:center;
}
#text{
	position:relative;
	float:left;
	width:33%;
	margin-top:5px;
	text-align:center;
}
#links{
	position:relative;
	float:right;
	width:33%;
	margin-top:5px;
	text-align:center;
}

#htmlzone a{
	text-decoration:none;
	font-size:11px;
	color:#666;
}
#htmlzone a:hover{
	text-decoration:none;
	font-size:11px;
	color:#CCC;
}


.pages{
	color:#333333;
}

.contact{
	font-family:Verdana;
	font-size:11px;
	color:#cccccc;
}

#globelife a.posta{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	background-color:#FF0000;
	padding:4px;
	margin-left:20px;
}
#globelife a.posta:hover{
	color:#000000;
	background-color:#FFFFFF;
}
