html { 
	margin: 0; 
	padding: 0;	
	}
	
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0;
	text-align: center;
	background: #fff; 
	}

a:link {
	color: #0000FF;
	text-decoration: none;
	}
	
a:active {
	color: #0000FF;
	text-decoration: none;
	}

a:visited {
	color: #0000FF;
	text-decoration: none;
	}

a:hover {
	color: #0000FF;
	text-decoration: underline;
	}

img { 
	border-style: none;
	}

.popup_header { 
	width: 100%;
	background: #99CC00;
	font-size: .8em;
	vertical-align: top;
	padding: 4px;
	}

.popup_content { 
	width: 100%;
	font-size: .8em;
	vertical-align: top;
	}

.popup_content td.lite { 
	background: #eee;
	font-weight: bold;
	padding: 6px;
	}

.popup_content td.text { 
	padding: 6px;
	}

