/* CSS Arix 2006 */

/* --------- structural elements --------- */

body { 
	margin: 0;
	padding: 0;
	font: 11pt/1.4em Verdana, arial, sans-serif;
 	color: #000; 
}

hr {
    border: 0;
    width: 90%;
    color: #efefef;
    background-color: #efefef;
    height: 1px; 
}

/* printheader */		
	
#printheader {
	font: bold 20pt "Trebuchet MS", Verdana, arial, sans-serif;
	padding: 0px;
	margin-bottom: 10px;
	}
		
#content { 
	border-bottom: 4px double #ccc;
	border-top: 4px double #ccc;
	position: relative;
	background: #fff; 
	margin: 0 auto 16px; 
	padding-top: 20px; 
	width: 760px; 
	padding-bottom: 20px; 
	}
	
/*Header*/
#header     { 
	display: none; 
	}

/*Navigation*/
div#navigation  { 
	display: none; 
	}

/*Feature Image*/
#featureimage { 
	display: none; 
	}

#featureimage1 { 
	display: none; 
	}

/*Right Hand column*/
#columnright   { 
	display: none; 
	}
	
#columnleft { 
	display: none; 
	}

#body {
	width: 600px;
	background: #fff;
}


/*Footer Styles*/
#footer { 
	display: none;
	}
	
h1, .contentheading, h2, h3, h4 { 
	font: bold 16pt "Trebuchet MS", Arial, Verdana, sans-serif;
	}



img {
	border: 0;
}

/* ---------- hypertext module ---------- */


a { 
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


/* ---------- text module ---------- */


p {
	font: 10pt verdana, arial, sans-serif;
}



/* ---------- table module ---------- */

table {
	font: 10pt arial, sans-serif;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
	width: 600px;
}

.left {
	float: left;
}

table.ruler {
	border: 1px solid #ccc;
	border-collapse: collapse
	}
	
table.ruler th{
	background-color: #eee;
	width: 150px;
	text-align: left;
	}
	
table.ruler th, table.ruler td{
	padding: 2px 5px;
	border: 1px solid #ccc;
	}
	
table.ruler tr.ruled { /* cella ruled al mouseover */
	background: #efefef;
	color: #003370;
}

/* --------- anim --------- */
	
#apple {
	display: none;
}

#pear {
	display: none;
}

#orange {
	display: none;
}

#christmas {
	display: none;
}