@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

html, body {
	width: 100%;
	color: #6f6c6d;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	height: 100%;
}

ul {
	list-style-type:none;
	list-style-image: none;
	list-style-position: outside;
}

img {
	border: none;
}


a {
	color: #6f6c6d;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 18px;
}
h6 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}

b, strong {
	font-weight: bold;
}

.important {
	color: #e20015;
}
