

	.headerb {
		font-family: Tahoma;
		font-size: 12px;
		color: #5c799d;
		font-weight: bold;}

	.header {
		font-family: Tahoma;
		font-size: 12px;
		color: #808080;
		font-weight: bold;}
	
	
    body {
      margin:0px;
    }
    
	body,td,th {
		font-family: Tahoma;
		font-size: 11px;
		color: #808080;
		
	
	}
	a {
		font-family: Tahoma;
		font-size: 12px;
		color: #990100;
	}
	a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #990100;
	}
	a:hover {
		text-decoration: underline;
		color: #fe6f09;
	}
	a:active {
		text-decoration: none;
		color: #990100;
	}


