table.fmt {
	border: solid 1pt; 
	border-color: white; 
	border-width: 1pt;
	empty-cells: show;
	margin-left: 3pt;
	padding: 5pt;
	table-layout: auto;
	text-align: center;
}

td.fmt {
	border: solid 1pt; 
	text-align: center;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

td.fmt2 {
	text-align: center;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

table.fmt th {
	border: solid 1pt; 
	text-align: center;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	/*color: #ECECFF;*/
	background-color:#092C73;
}

td.right {
	text-align: right;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

th {
	text-align: center;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	/*color: #ECECFF;*/
	background-color:#092C73;
}

a {
	text-decoration: underline;
	/*color:#6B70BD;*/
	color:#FFFF00;
}

A:Hover  {
	color : #9EA3DE;
	text-decoration : underline;
}

H3 {
	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

H4 {
	margin-bottom: 0.0em;
	margin-top: 0.0em;
	font-size : 16px;
}

H5 {
	color: #FFFF00;
	font-weight: bold;
	font-size : 12px;
	font-family:Tahoma;
}

H6 {
	margin-bottom: 0.5em;
	color: #8DC9F5;
	font-size : 12px;
	font-family:Tahoma;
}
