h1, h2, h3
{
font-family: verdana, arial, 'sans serif';
color: #00009b;
text-align: center;
}
body
{
	font-family: verdana, arial, 'sans serif';
	font-size: 10pt;
}
table
{
empty-cells: show;
border-collapse: collapse;
}
td
{
font-family: verdana, arial, 'sans serif';
font-size: 10pt;
border-style: solid;
border-width: 1px;
border-color: #5266A7;
}
tr.bld
{
font-family: verdana;
font-size: 10pt;
font-weight: bold;
}
tr.title
{
font-family: verdana;
font-size: 10pt;
font-weight: bold;
text-indent: 20px;
line-height: 160%;
}
a:link {
	color: #010066;
}
a:visited {
	color: #5265A7;
}
a:hover {
	color: #3EC0CD;
}

input:focus, textarea:focus, select:focus, input:hover
  { background : #ffd;
    color : black; }