/* CSS Document */

body,td,th {
	font-family: "Times New Roman, Times, serif";
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #FFFFF2;
	background-repeat: repeat;
}
.Stile1 {
	color: #FFFFFF;
	font-weight: bold;
}
a {
	font-family: "Times New Roman, Times, serif";
	font-size: 12px;
	color: #03293F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman, Times, serif";
}
h1 {
	font-size: large;
	color: #03293F;
}
h2 {
	font-size: medium;
	color: #03293F;
}
h3 {
	font-size: 12px;
	color: #03293F;
}
h4 {
	font-size: large;
	color: #9FDAC9;
}
h5 {
	font-size: medium;
	color: #9FDAC9;
}
h6 {
	font-size: 12px;
	color: #9FDAC9;
}