BODY {
	background-image: url(img/page.gif);
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#header {
	background-image: url(img/topLeftPage.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 120px;
	background-color: White;
	text-align: center;
}
#leftPage {
	width: 160px;
	float: left;
	text-align: right;
	line-height: 20px;
}
#content {
	font-size:10px
	line-height: 18px;
}
#content p {
	margin-left: 218px;
	width: 790px;
	text-indent: 0px;
}
#content a {
	text-decoration: none;
	color: #0A246A;
	font-weight: bold;
}
#content table {
	margin-left: 230px;
}
#content ul {
	margin-left: 250px;
}
#content ol {
	margin-left: 250px;
}
.alert {
	margin-left: 15px;
	font-size:10px;
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}
.bigalert {
	margin-left: 15px;
	font-size:13px;
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}
#content img {
	margin-right: 10px;
	vertical-align: middle;
}
#leftPage a {
	text-decoration: none;
	margin-right: 10px;
	color: #0A246A;
	font-weight:bold;
}
.float-left {
	clear: left;
	float: left;
}
.float-right {
	clear: right;
	float: right;
}
#title {
	font-size: 28px;
	color: #0A246A;
	background-color: transparent;
}
#footer {
	color: #666666;
	line-height: 15px;
	background-color: transparent;
	margin-top: 150px;
}
#footer p {
	text-align: center;
    font-size:11px;
}

.linkfooter {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.testopiccolo {
	font-size:12px;
}

