<!--
body {	
background-color:#000;
background-image:url('/images/world_background_small.jpg');
background-repeat:no-repeat;
background-position:top center;
font-family:Arial, Helvetica, sans-serif;
width:588px;
font-size: 10pt;
margin-left:auto;
margin-right:auto;
	} 

h1 {
font-size:18pt;
font-weight:bold;
}
h2 {
font-size:14pt;
font-weight:bold;
	}
h3 {
font-size:13pt;
font-weight:bold;
	}
p {
line-height: 150%;
	}
img {
    margin-left:0;
    margin-right:10;
    margin-top:2;
    margin-bottom:2;
    background-color:#ffffff;
 }
td {
	font-size: 10pt;
	vertical-align:top;
       }
a {
text-decoration:none;

	}
a:hover {
text-decoration:underline;
color:#030;
	}
a:visited {
text-decoration:none;
	}
.navLinks {
font-size:10pt;
text-align:right;
font-weight:bold;
	}	
.textBack{
background-color:#FFFFFF;
width:588px;
position:center;
padding:2px 20px 20px 20px;
}

.bigtable{
	border:10px;
	border-color:#ff0000;
	margin:0px;	
	background-color:#FFF;
	}
	
.set_table{
	margin-right:10px;
	margin-top:0px;
	margin-bottom:2px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	margin-left:0px;
	border:20px 20px 20px 20px solid white;
   }
.blueLine{
background-color:#ff0000;
height:1px;

}

//-->