@charset "utf-8";
/* CSS Document * Mobile 1.0 /

/* ================== default formatting ================== */
body{
font:normal 15px Arial, sans-serif; color:#5f5c5c; 
}
.KSRight {
	text-align: right;
}
.KSPhone {
	text-align: center;
	font-size: 24px;
	color: #C30;
}
.KSHeader1 {
	font-size: 18px;
	color: #333;;
}

.KSText {
	font-size: 14px;
	color: #333;;
}

.KSLegal {
	text-align: center;
	font-size: 14px;
	color: #333;;
}

#CoverageInfo {
    display: none;
}

#DriverInfo {
    display: none;
}

#VehicleInfo {
    display: none;
}
/* ================== typography formatting ================== */
h1{font-size:30px}
h2{font-size:18px}
h3{font-size:16px}
h4{font-size:13px}
h5{font-size:16px}
h6{font-size:15px;margin:0 0 1em 0}
p{font:normal 15px Arial, sans-serif; color:#5f5c5c; }
li{margin-bottom:10px; font-size:15px; color:#5f5c5c;}
ul{list-style:disc outside}
ol{list-style:decimal outside}
sub{font-size:10px;line-height:1em;vertical-align:bottom}
sup{font-size:0.6em;line-height:1em;}
/* ================== link formatting ================== */
a{text-decoration:none;color:#c8541a}
/* Changed text-decoration from none to underline */
a:hover{text-decoration:underline;cursor:pointer}
hr{
	color: #0099CC;
	background-color: #0099CC;
	border-color: #0099CC; /*works in chrome*/
	}
-->


