/************************************************/
/*          PRINT CASCADING SHEET STYLE         */
/*                  Version 1.0                 */
/*                                              */
/*                    Made by                   */
/*                Lorenzo Tessieri              */
/************************************************/


body {
	background: white;
	font-size: 10pt;
width: 18cm;
	}

img{ display: none;}

/* LINKS */

a:link, a:visited {
	color: #333;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
	}

a { 
	color: #333; 
}

a:hover { 
	color: #000;
	background-color: inherit;
}

a:link:after, a:visited:after {
content: " [" attr(href) "]";
font-size: 90%;
}

/* HEADINGS */

h3 {
	color: #333; 
	background-image: none;
}

h4{
	color: #333; 
}

#menu h3 {
	color: #333; 
}

.red {
	color: #333;}

/* PARAGRAPH */
p { 
	color: #333; 
}


/*-------------------------
DIVS IN ORDER OF APPEARANCE 
-------------------------*/

#wrap {
}

#container { 
	background: transparent none;
}


#top { 
	width: 700px; 
	height: 25px; 
	margin: 0px; 
	padding: 0px; 
	background: transparent url("../images/top.gif") no-repeat top left; 
}

#header { display: none;
}


/* HORIZONTAL MENU */
#hmenu { 
display:	none;
}



/* LEFT COLUMN */
#left_column {
	 display: none;
}



/* MAIN MENU (LEFT) */
#menu { display: none;
}

/* LINK TITLE - visible on hover */
.underline {
	border-bottom: 1px dotted #74879A;
}

.white { 
	color: #FFF; 
	font-size: 0.8em; 
	background-color: inherit;
	background: url("../images/menudivider.gif");
	background-repeat: no-repeat;
	background-position: center left; 
	padding: 0px 0px 0px 8px; 
}


#right_column {
	float: left;
	width: 100%;	margin: 0px 15px 0px 0px;
	padding: 0px;
 }

/* MAIN ARTICLES */
.main_txt {
	margin: 0px 0px 2px 0px; 
	padding: 0px 30px 8px 0px; 
}

.main_txt p {
	padding: 3px 8px 0px 4px;
	text-align: justify;
}

/* THE FOLLOWING SHORT ARTICLES */
.other { 
	margin: 0px 0px 0px 0px;
}

.other p { 
	padding: 5px; 
	color: #808080;
	background-color: inherit;
}

/* LEFT SHORT ARTICLE */
.left { 
	
	width: 44%;  
	float: left; 
	background: #E8F0F3 url("../images/azzbg.gif") repeat-x top left; 
	padding: 5px;
	color: #808080;
}

/* RIGHT SHORT ARTICLE */
.right {  
	float: left; 
	width: 44%; 
	background: #FCE4E4 url("../images/redbg.gif") repeat-x top left; 
	border-left: 2px solid #FFF; 
	padding: 5px; 
	color: #808080;
}

.right_side { float: right; width: 405px; margin: 0 5px 0 0; text-align: justify; }

/* FOOTER */

#footer { 
	float: left; 
	margin: 0px 0px 20px 0px; 
	padding: 15px 0px 0px 0px; 
	width: 691px; 
	background-color: inherit;
	background-image: url("../images/bottom.gif");
	background-repeat: no-repeat; 
	text-align: center; 
	color: #919FAE; 
}

#footer a { 
	color: #BDC6CE; 
	background-color: inherit;
	border-bottom: 1px dotted #919FAE; 
}

img { float: left; margin: 0 9px 3px 0; }

.menuTit{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}

