body
{
     font-family          : verdana, 'Bitstream Vera Sans', sans-serif;
     font-size            : 10px;
     color                : #00568C;
     background-color     : #E9EEF2;
}

img
{
	border                : none;
}

p.centered
{
	text-align            : center;
}

a:link
{
    color                 : #00568C;
    text-decoration       : none;

}
a:visited
{
    color                 : #00568C;
    text-decoration       : none;
}
a:active
{
    color                 : #00568C;
    text-decoration       : none;
}
a:hover
{
    color                 : #00568C;
    text-decoration       : underline;
}

h1
{
	font-family           : verdana, 'Bitstream Vera Sans', sans-serif;
	font-weight           : bold;
	font-size             : 20px;
	text-align            : center;
}

.foot
{
    color                 : #7f7f7f;
    text-align            : left;
    padding-top           : 3px;
    border-top            : solid #f0f0f0 1px;
}

.foot img
{
    vertical-align        : bottom;
}

