Es que siempre le estás diciendo que está "checked" de esa manera. Hacelo así:
Código:
<%
if (RS("tipo") = "cliente") then
chec2 = " checked=""checked"""
end if
if (RS("tipo") = "prospecto") then
chec1 = " checked=""checked"""
end if
%>
<input type="radio" name="tipo"<% Response.Write("chec1") %>" class="style2" id="tipo" value="prospecto" >Prospecto
<input type="radio" name="tipo"<% Response.Write("chec2") %>" class="style2" id="tipo" value="cliente ">Cliente