* {
  margin : 0px;
  padding: 0px;
}

.header {
  background-color : red;
}

.font16 {
  font-family:georgia; 
  font-size:16px; 
}

.font13 {
  font-family:georgia; 
  font-size:13px; 
}

.font11 {
  font-family:georgia; 
  font-size:11px; 
}

.fontgray {
  color: #808080;	
}

a {
  color : #000000;
  text-decoration: underline;
}

a.link01 {
	color: #000000;
	text-decoration: underline;
}
a:hover.link01 {
  color : Maroon;
}

a.link02 {
  color : Maroon;
  text-decoration: underline;  
}
a:hover.link02 {
  color : Black;
}

a.link03 {
  color: #999999;
}


a.link04 {
	color: #000000;
	text-decoration: none;
	display : block;
}
a:hover.link04 {
  background-color : White;
}


a.pageblog {
	width: 50px;
	padding: 0px 0px 3px 0px;
	border: 1px solid #FFA500;
	margin: 0px 5px 5px 0px;
	text-align: center;
	float: left;
	text-decoration: none;
	background-color : white;
}
a:hover.pageblog {
	background-color : #FFA500;
}

a.pageblogsel {
	width: 50px;
	padding: 0px 0px 3px 0px;
	border: 1px solid #FFA500;
	margin: 0px 5px 5px 0px;
	text-align: center;
	float: left;
	text-decoration: none;
	background-color: #FFD990;
}
a:hover.pageblogsel {
	background-color : #FFA500;
}


/* riquadro con lo sfondo bianco */
.C2BK {
  background-color: #FFFFFF;
}
.C2SP {
  padding:10px 10px 10px 10px;
}
.C2LE {
  background-image:url(img/c2_left.gif);
  background-repeat : repeat-y;
  background-position : left;
}
.C2RI {
  background-image:url(img/c2_right.gif);
  background-repeat : repeat-y;
  background-position : right;
}
.C2BO {
  background-image:url(img/c2_bottom.gif);
  background-repeat : repeat-x;
  background-position : bottom;
}
.C2TO {
  background-image:url(img/c2_top.gif);
  background-repeat : repeat-x;
  background-position : top;
}
.C2TL {
  background-image:url(img/c2_topleft.gif);
  background-repeat : no-repeat;
  background-position : top left;
}
.C2TR {
  background-image:url(img/c2_topright.gif);
  background-repeat : no-repeat;
  background-position : top right;
}
.C2BL {
  background-image:url(img/c2_bottomleft.gif);
  background-repeat : no-repeat;
  background-position : bottom left;
}
.C2BR {
  background-image:url(img/c2_bottomright.gif);
  background-repeat : no-repeat;
  background-position : bottom right;
}



/* riquadro con lo sfondo grigio */
.C3BK {
  background-color: #F5F5F5;
}
.C3SP {
  padding:10px 10px 10px 10px;
}
.C3LE {
  background-image:url(img/c3_left.gif);
  background-repeat : repeat-y;
  background-position : left;
}
.C3RI {
  background-image:url(img/c3_right.gif);
  background-repeat : repeat-y;
  background-position : right;
}
.C3BO {
  background-image:url(img/c3_bottom.gif);
  background-repeat : repeat-x;
  background-position : bottom;
}
.C3TO {
  background-image:url(img/c3_top.gif);
  background-repeat : repeat-x;
  background-position : top;
}
.C3TL {
  background-image:url(img/c3_topleft.gif);
  background-repeat : no-repeat;
  background-position : top left;
}
.C3TR {
  background-image:url(img/c3_topright.gif);
  background-repeat : no-repeat;
  background-position : top right;
}
.C3BL {
  background-image:url(img/c3_bottomleft.gif);
  background-repeat : no-repeat;
  background-position : bottom left;
}
.C3BR {
  background-image:url(img/c3_bottomright.gif);
  background-repeat : no-repeat;
  background-position : bottom right;
}



/* riquadro con lo sfondo arancio */
.C4BK {
  background-color: #ffe8a9;
}
.C4SP {
  padding:10px 10px 10px 10px;
}
.C4LE {
  background-image:url(img/c4_left.gif);
  background-repeat : repeat-y;
  background-position : left;
}
.C4RI {
  background-image:url(img/c4_right.gif);
  background-repeat : repeat-y;
  background-position : right;
}
.C4BO {
  background-image:url(img/c4_bottom.gif);
  background-repeat : repeat-x;
  background-position : bottom;
}
.C4TO {
  background-image:url(img/c4_top.gif);
  background-repeat : repeat-x;
  background-position : top;
}
.C4TL {
  background-image:url(img/c4_topleft.gif);
  background-repeat : no-repeat;
  background-position : top left;
}
.C4TR {
  background-image:url(img/c4_topright.gif);
  background-repeat : no-repeat;
  background-position : top right;
}
.C4BL {
  background-image:url(img/c4_bottomleft.gif);
  background-repeat : no-repeat;
  background-position : bottom left;
}
.C4BR {
  background-image:url(img/c4_bottomright.gif);
  background-repeat : no-repeat;
  background-position : bottom right;
}

