body {
	/*background-color:#558BB7;*/
    background-color: transparent; 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 9px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	
	overflow-x: hidden;

}
.titol_td {
	color: #6699CC;
	background-color: #F6F6F6;
}

td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 4px;
	font-size: 9px;
}
h1 {
	font-size: 11px;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 10px;
}
h3 {
	font-size: 9px;
	font-weight: bold;
}


a:link 		{ color: #003333; text-decoration: none;}
a:visited 	{ text-decoration: none; color: #006699;}
a:hover		{ color: #003366; background-color: #333333;}
a:active 	{ text-decoration: none; color:#003366}

.txt_bold {
	font-weight: bold;
}
.txt_subratllat {
	text-decoration: underline;
}
