/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table {
	padding: 0px;
	margin: 0px;
	border: 0;
	border-collapse: collapse;
}

img {
	border: 0px;
	background-position: center center;
	text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	display:block;
}

h1 {
	text-align: center;
	left: 50%;
	right: 50%;
	font-size: xx-large;
}

h2 {
	text-align: center;
	left: 50%;
	right: 50%;
	font-size: x-large;
	font-style: italic;
}

.footer {
	font-size: xx-small;
	text-align: center;
	background-position: center center;
}

.red {
	color: #FF0000
}

.boldcenter {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.norm16 {
	font-size: 16px;
}
.bold16 {
	font-size: 16px;
	font-weight:bold;
}
.bold14 {
	font-size: 14px;
	font-weight:bold;
}
.bold12 {
	font-size: 12px;
	font-weight:bold;
}
.bigred {
	font-weight: bold;
	color: #FF0000;
}

table.irene {
	padding: 3px;
	border: thick double #594FBF;
}

table.tim {
	padding: 3px;
	border: 0;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}

table.smft {
	font-size:10px;
	padding: 2px;
	width: 100%;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	border: thin solid #666666;
}

table.b2 {
	border: 1;
}

.small {

}
