/* CSS Document */

h3, .topnavitem, #topmenu, #services, #contactdiv, #phonediv, #insureddiv, #sidemenu, #bottom, #design, p {
    /* more specific to override imported rule */
    font-size:    x-small;  
	/* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
	/* intended value for better browsers */
}
#contact, h3 {
 /* more specific to override imported rule */
    font-size:    small;  
	/* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    medium;
	/* intended value for better browsers */
}

h1 {
	font-size: large;
	/* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-large;
	/* intended value for better browsers */
}
h2 {
	font-size: medium;
	/* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    large;
	/* intended value for better browsers */
}

html>h3   {
    font-size:    small;
    /* be nice to Opera */
}
html>body, html>body div, html>body p,  html>body td, html>body li  {
    font-size:    small
    /* be nice to Opera */
}
