BODY, P, TD {
/*	font-size: 9 pt;*/
font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #132213;
}

/* classes */

.bgWhite {background:#ffffff;}

.white {
	color: white;
	text-decoration: none;
}

.italian {
	color: #20A120;
	text-decoration: none;
}

.promo_heading {
	font-size: 140%;	
	font-weight: bold;
	color: #132213;
	}

.main_heading {
	font-size: 150%;
	font-weight: bold;
	text-align : left;
}

.section_heading {
	font-size: 140%;	
	font-weight: bold;
	color: #FFFFFF;
	}

.more_heading {
	font-size: 150%;	
	font-weight: bold;
	color: #80CB80;
	}

.section_title {
	font-size: 120%;
	font-weight: bold;
	color: #80CB80;
	}
/*  table styles  */
	
table.content1 {
border: 5px solid #007600;
}

table.content1 TD {
border-bottom: 2px solid #007600;
padding: 5px;
}

table.content1 TD.last {
border-bottom: 0;
}

table.content2 {
border: 5px solid #A6D9A6;
}

table.content2 TD {
border-bottom: 2px solid #A6D9A6;
padding: 5px;
}

table.content2 TD.last {
border-bottom: 0;
}


/*  context classes  */
a {
	text-decoration: none;	
	font-weight: bold;
	color: #20A120;
	}

a.foreign {
	text-decoration: none;	
	font-weight: bold;
	color: #B109B4;
}

a:hover {
	text-decoration: underline;
}

a.promo_heading {
	font-size: 155%;	
	font-weight: bold;
	}

a.white {
	color: white;
	text-decoration: none;
}
