html { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff; 
	background-color: #000000; 
}
body { 
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff; 
	background-color: #000000; 
	font-family: Verdana, Arial, sans-serif;  
	font-size: 10px;
}

div { 
	width: 100%; 
	text-align: center;
} 

a { 
	color: #ffffff; 
	background-color: #000000; 
}

a.NU:link {
	text-decoration: none;
}
a.NU:visited {
	text-decoration: none;
}
a.NU:hover {
	text-decoration: underline;
}
a.NU:active {
	text-decoration: none;
}

a.p1:link {
	text-decoration: none;
	color: #6666cc ;
	background-color: #000000; 
}
a.p1:visited {
	text-decoration: none;
	color: #6666cc ;
	background-color: #000000; 
}
a.p1:hover {
	text-decoration: underline;
	color: #6666cc ;
	background-color: #000000; 
}
a.p1:active {
	text-decoration: none;
	color: #6666cc ;
	background-color: #000000; 
}


a.yellow:link {
	text-decoration: none;
	color: #FFFF00 ;
	background-color: #000000; 
}
a.yellow:visited {
	text-decoration: none;
	color: #FFFF00 ;
	background-color: #000000; 
}
a.yellow:hover {
	text-decoration: underline;
	color: #FFFF00 ;
	background-color: #000000; 
}
a.yellow:active {
	text-decoration: none;
	color: #FFFF00 ;
	background-color: #000000; 
}

#rightCol img {
	border: 0px;
	padding: 1px 1px 1px 1px;
}