/*
--------------------------------------------------

Frontier Communications
Reset Styles [reset.css]
 
--------------------------------------------------
*/

/* @group Reset Elements */

body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, embed, object {
	margin:0;
	padding:0;
}

address, caption, cite, code, em, h1, h2, h3, h4, h5, h6, strong, var {
	font-style:normal;
	font-weight:normal;
}
strong{
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	height:auto;
}

fieldset, img, abbr {
	border:0 none;
}

fieldset {

}

img, input, select, label {
	vertical-align:middle;
}

ul {
	list-style:none outside none;
}

caption, div, span {
	text-align:left;
}

a, ins {
	text-decoration:none;
	outline: 0;
}
