<style type="text/css">

	form {
		margin: 0;
	}
	
	img {  
		border-style: none;
	}
	
	body {
		background-color: #ffffff;
		margin: 0px;
	}
	
	body, td {	
		color: #444444;
		font-family: tahoma; 
		font-size: 8pt;
	}
	
	/* Change style of selected text */
	::-moz-selection  {
		background: #dde6f2;
		color: #000000;
	}
	
	::-selection {
		background: #dde6f2;
		color: #000000;
	}
	
	input.search {
		width: 120px;
		height: 18px;
		padding: 0px;
		margin: 0px;
		background-color: #ececec;
		font-family: Arial;
		font-size: 8pt;
		color: #000000;
		border-style:solid;
		text-align:right;
	}
	
	hr.divider {
		height: 2px;
		border: 0;
		color: #dddddd;
		background-color: #dddddd;
	}
	
	a, a:link, a:visited {
		color: #444444; 
		text-decoration: none;
	}
	
	a:hover  {
		color: #0036ff; 
		text-decoration: underline;
	}
	
	.site {
		font-family: trebuchet ms; 
		font-size: 8pt;
	}
	.site  a:link, .site  a:visited {
		font-family: trebuchet ms; 
		color: #777777; 
	}
	
	.footer a:link, .footer a:visited{
		color: #777777;
	}
	
	.menu {
		font-family: trebuchet ms; 
		color: #555555;
		font-size: 8pt;
	}
	
	.menu a, .menu a:link, .menu a:visited {
		font-family: trebuchet ms; 
		color: #777777; 
	}
	
	.menu a:hover {
		font-family: trebuchet ms; 
		color: #0036ff; 
		text-decoration: underline;
	}
	
	.activetopics {
		font-family: Arial; 
		font-size: 8pt;
	}
	
	.activetopics a:link, .activetopics a:visited {
		font-family: Arial; 
		color: #000000;
		text-decoration: none;
	}
	
	.activetopics a:hover {
		font-family: Arial; 
		text-decoration: underline;
	}
	
	.irc  a:link, .irc a:visited {
		font-family: trebuchet ms;
		font-size: 8pt;
		font-style: Tahoma; 
		color: #fffafb;
	}
	
	.heading {
		font-family: trebuchet ms;
		font-size: 14pt;
		font-weight: bold;
	}
	
	.heading2 {
		font-family: trebuchet ms;
		font-size: 10pt;
		font-weight: bold;
	}
	
	.fw {
		font-family: trebuchet ms;
		font-size: 9pt;
		font-weight: bold;
	}
	
	
</style>