.hdr {
color: #FFFFFF; background: #800040
}

body 
{
	font-family: Arial;
	color: #333333; 
	font-size: 11px;
	margin: 2px;
	padding: 2px;
}

td 
{
	font-family: Arial;
	color: #282828; 
	font-size: 11px;
}

th {
font: 12px Arial bold
}

.brd
	{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666; 
	border-left: 1px solid #999999; 
	border-right: 1px solid #666666;
	}
	
H1 
	{
	font-family: Arial;
	color: #333333; 
	font-size: 20px;	
	}
	

H3 
	{
	font-family: Arial, Helvetica; 
	color: #000000; 
	}

H4 
	{
	font-family: Arial, Helvetica; 
	color: #000000; 
	}

H5 
	{
	font-family: Arial, Helvetica; 
	color: #000000; 
	font-size: 12px;
	}
	
HR 	{
	margin-top:0px; 
	margin-bottom:0px; 
	color:#999999;
	width:100%;
	height:1px;
	}
	
a:link 		
	{
	color: #000066; 
	text-decoration: underline
	}
	 
a:visited 		
	{
	color: #000066; 
	text-decoration: underline
	}
	 
a:hover
	{
	color: #3366cc; 
	text-decoration: none
	} 
	
.help
{ 
	text-decoration: none;
	border-bottom: 1px dashed red; 
} 	
	
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}

table.satellites {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666; 
	border-left: 1px solid #999999; 
	border-right: 1px solid #666666;
}
table.satellites th {
font: 12px  Arial;
}
table.satellites td {
font: 12px  Arial;
}
