@charset "UTF-8";
/* Initialize CSS */

a {
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
}

body {
	font-size:10px;
	margin:0px auto 0px auto;
}

br {
	clear:both;
}

div, form, header, footer {
	overflow:hidden;
}

fieldset {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

hr {
	border-width:0px;
	border-bottom:#c6c6c6 dotted 1px;
}

html {
	-webkit-text-size-adjust:none;
}

img {
	border:none;
}

table {
	border-collapse:collapse;
	border:none;
}

ul, ol {
	margin:0px;
	padding-left:15px;
}