/* global */

body {  
   background: #000000 url("gfx/bg.gif");
    background-repeat: repeat-xy;
    background-position: 0 0;	
    font: 10px Arial, Helvetica, sans-serif;	
   	color: #CCCCCC;
	margin: 0px;
}

td {
   	font: 10px Arial, Helvetica, sans-serif;	
   	color: #CCCCCC;
   	line-height: 1.5;
}

p {
    text-align: justify;    
	line-height: 1.5;
}

a:link, a:visited, a:active {
    color: #CCCCCC;    font-weight: bold;
    text-decoration: none;

}

a:hover {    color: #FFFFFF;
    text-decoration: none;
}

