body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
	background: #000;
	margin: 0 0 0 0;
	background-image:   url("Images/pgbkgrd.gif");
	background-repeat: repeat-x;
}
	
a:link {
	font-weight : normal; 
	font-size : 12px;
	text-decoration : underline;
	color: black;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	font-size : 12px;
	text-decoration : underline;
	color: black;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	font-size : 12px;
	text-decoration : underline;
	color: black;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	font-size : 12px;
	text-decoration : underline;
	color: black;
	background: transparent; 
	}
	
a.white:link {
	font-weight : bold; 
	font-size : 12px;
	text-decoration : underline;
	color: white;
	background: transparent; 
	}

a.white:visited {
	font-weight : bold; 
	font-size : 12px;
	text-decoration : underline;
	color: white;
	background: transparent; 
	}

a.white:hover {
	font-weight : bold; 
	font-size : 12px;
	text-decoration : underline;
	color: white;
	background: transparent; 
	}

a.white:active {
	font-weight : bold; 
	font-size : 12px;
	text-decoration : underline;
	color: white;
	background: transparent; 
	}
	
a.yellow:link {
	font-weight : bold; 
	font-size : 12px;
	text-decoration : underline;
	color: yellow;
	background: transparent; 
	}

a.yellow:visited {
	font-weight : bold; 
	font-size : 12px;
	text-decoration : underline;
	color: yellow;
	background: transparent; 
	}

a.yellow:hover {
	font-weight : bold; 
	font-size : 12px;
	text-decoration : underline;
	color: yellow;
	background: transparent; 
	}

a.yellow:active {
	font-weight : bold; 
	font-size : 12px;
	text-decoration : underline;
	color: yellow;
	background: transparent; 
	}
	
p, td, h1, h2, h3, h4, h5, h6	{
		font-family: Arial, Verdana, Times, serif;
		font-size: small;
		}

h1	{
	font-size: large;
	font-weight: normal;
	font-weight : bold; 
}

h2	{
	font-size: 1em;
	font-weight : bold; 
	color: #440200;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}

 