@charset "UTF-8";

/* CSS Document */

/** Reset Styles **/

html, div, span, object, h1, h2, h3, h4,
h5, h6, p, blockquote, a, em, font, img, strong,
dl, dt, dd, ol, ul, li, fieldset , form  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a {
	text-decoration:none;
	color:#257b91;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	border:none;
	font-size: 13px;
}

a:hover {
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
