html, body {
	margin: 0;
	padding: 0;
}

body, table { 
	font: 11px Verdana, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0;
}
h1 {
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}


img { border: none; }

a, a:visited {
	outline: none !important;
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul.none {
	margin-left: 0;
	padding-left: 0;
}

ul.none li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}