body
{
	font-family: "Arial Narrow", Arial, Sans-serif;
}
h1
{
	font-size: 18pt; font-weight: bold; color:#003366;
}

p
{font-size: 10pt; 
}
td
{font-size: 10pt; 
}

a:link
{
color:#003366
}
a:visited
{
color:#999999
}
a:hover
{
color:#003366
}
a:active
{
color:#999999
}

a.style:link {
font-size: 10pt;
color: red;
}
a.style:active {
font-size: 10pt;
font-weight: bold;
color: red;
}
a.style:visited {
font-size: 10pt;
color: red;
}
a.style:hover {
font-size: 10pt;
font-weight: bold;
color: red;
}

a.login:link {
font-size: 10pt;
color: 000066;
}
a.login:active {
font-size: 10pt;
font-weight: bold;
color: 000066;
}
a.login:visited {
font-size: 10pt;
color: 000066;
}
a.login:hover {
font-size: 10pt;
font-weight: bold;
color: 000066;
}
