BODY
{
	font-size: 10pt;
	color : #10437C;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
    margin: 5px 0 5px 5px;
	background-color: #FBFBFF;
}

BODY.back
{
	background-attachment : fixed;
	background-image : url(../images/tankerback.jpg);
	background-position : center;
	background-repeat : no-repeat;
}

H1
{
	font-size: 14pt;
	color : #10437C;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

H2
{
	font-size: 10pt;
	color : #10437C;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
}

A
{
	font-size: 10pt;
	text-decoration: none;
}

A:Hover
{
	text-decoration: underline;
}

A:Visited
{
	color: blue;
}

A:Active
{
	color: red;
}

  
table.test
{      
    background-image: url(images/main_back.jpg); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #10437C;
}

TD
{
	font-size: 10pt;
	color : #10437C;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}

TD.hok
{
	border: 1px solid blue;
	padding : 5px;
	text-align : justify;
}

#d1
{ 
    width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: white;
}

#d2 
{ 
    width: 100%; 
	height: 100%;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: transparent;
}