body
{
        background-color: #006699;
        color: #FFFFFF;
        padding: 0;
        border: 0;
        margin: 1em;
        line-height: 1.5em;
}

body, td
{
        font-family: verdana, arial, sans-serif;
        font-size: 8pt;
}

h1, h2, h3, h4
{
        color: #FFFF00;
}

h1
{
        font-size: 16pt;
}

h2
{
        font-size: 14pt;
}

h3
{
        font-size: 12pt;
}

h4
{
        font-size: 10pt;
}

/* Link color */
a:link, a:active, a:link *, a:active *
{
        color: #22DDFF;
}

a:visited, a:visited *
{
        color: #44EEFF;
}

/* Link hover color */
a:hover, a:hover *
{
        color: #FF800F;
        text-decoration: underline;
}

.error
{
	background-color: #3088BB;
        color: #FF8800;
	font-weight: bold;
}

#tdprev
{
	text-align: right;
}

#tdnext
{
	text-align: left;
}
