/* CSS Document */

body	{
	background: #000000;
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFF00;
	font-size: 11px;


		}

p, td, li	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;

			}

a:link 		
			{
	font-weight: normal;
	background-color: transparent;
	color: #FFFF00;
	text-decoration: none;


			}

a:visited 	
			{
	font-weight: normal;
	background-color: transparent;
	text-decoration: none;
	color: #FFFF00;

			}
			
a:active 	
			{
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	color: #FFFF00;

			}

a:hover 	
			{
			font-weight: bolder; 
			background-color: transparent; 
			color: #9966CC;
			text-decoration: none;
			}
			
.bulletcolor 
			{
	list-style-image:   url(BALWHITE.gif);
	list-style-type: none;
	text-align: center;


			}
