.txtTable TD{
	padding : 10px 20px 10px 20px;
	background : #F0F0F0;
	font-family: "Times New Roman";
	font-size: 14px; 
	margin: 10px 5px 10px 5px;
	vertical-align: top;
	width: 650px;
}
.txtTableWhite TD{
	padding : 10px 20px 10px 20px;
	font-family: "Times New Roman";
	font-size: 14px; 
	margin: 10px 5px 10px 5px;
	vertical-align: top;
	width: 650px;	
}
TD.formTable {
	padding : 5px 0px 0px 0px;
	font-family: "Times New Roman";
	font-size: 14px; 
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}




/*LINK */
.txtTable a {
	color: #000000; 
	text-decoration: none;
	font : bold;
}
.txtTable a:hover {
	color: #2F78A8; 
	text-decoration: none; 
}

.txtTableWhite a {
	color: #000000; 
	text-decoration: underline; 
}
.txtTableWhite a:hover {
	color: #DBDBDB; 
	text-decoration: none;
}

.txtH1 {
	font-family: "Times New Roman";
	font : bold;
	font-size: 30px;
}
.txtH2 {
	font-family: "Times New Roman";
	font-size: 26px;
}
.txtH3 {
	font-family: "Times New Roman";
	font-size: 22px;
}
.txtPadding1 {
	padding-left: 30px;
}
.txtDivCenter {
	text-align: center;
}
.txtBGGialo{
	background : Yellow;
}
.txtBoxBlue {
	font-family: "Times New Roman";
	font-size: 12px;
	border: 1px solid #A4A4A4; 
	margin: 5px 0px 10px 0px; 
	background: #8FB4DC;
	padding : 10px 20px 10px 20px;
	margin: 10px 20px 10px 20px;
	width : 200px;
	color: #FFFFFF;
	font-weight: bold;
}
.txtBoxRed {
	font-family: "Times New Roman";
	font-size: 12px;
	border: 1px solid #AE0000; 
	margin: 5px 0px 10px 0px; 
	background: #FFDDDD;
	padding : 10px 20px 15px 20px;
	margin: 20px 20px 20px 20px;
	color: #333333;
}
.txtBoxBlueBig {
	font-family: "Times New Roman";
	font-size: 12px;
	border: 1px solid #A4A4A4; 
	margin: 5px 0px 10px 0px; 
	background: #8FB4DC;
	padding : 10px 20px 15px 20px;
	margin: 20px 20px 20px 20px;
	color: #333333;
}
 A .blueLink {
	font-family: "Times New Roman";
	font-size: 12px; 
	color: #0000FF;
	text-decoration: underline;
}
 A .blueLink:hover {
	font-family: "Times New Roman";
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}