/* CSS Document */

/* Centering Layer for all pages */

body 
{
    margin-top:0px;
    margin-bottom:0px;
    }

div.container {
	position:relative;
	margin: auto;
	width: 800px;
	height: 600px;
	text-align: justify;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	width: 100%;
	height: 100%;
}

td {
	text-align:center;
}

a:link 
{
    color:Gray;
}
v:link 
{
    color:Gray;
}
a:visited
{
    color:Black;
} 
a:active
{
    color:Black;  
}

