<!--

body {	
 margin: 0;
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #174f69;
	color: #000000;
	font-size: 100%; /* IE hack */
}
table { font-size: 100%; /* IE hack */ }
input, td, th {font-size:100%; /* IE hack */}

table {
    background-color: #76b4d1; }
    
table.outset {
    border-style: outset;
    border-width: 8px; 
	   border-color: #ffffff;}
 
.title {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;	
}

.detail {	
	color: white; 
	font-size: 1.5em;
	font-weight: bold;
}

#italic {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

body a:link {
	text-decoration: none;	
	color: blue;
}

body a:visited {
	text-decoration: none;
	color: blue;
}

body a:hover {
	text-decoration: none;
	color: white;
}
body a:active {
	text-decoration: none;
	color: white;
}
-->