/* CSS Document */
body { margin-bottom:0; 
       margin-left:0;
	   margin-right:0;
	   margin-top:0;
	   }
	   
p{font-family:Tahoma;
  font-size:11px;
  color:#333333;
  }    	   
a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: FF3300;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: FF3300;
	text-decoration: none;
}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
.sm {
	font-family: Tahoma;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
}

