/* reset all default definitions */
* {
	margin: 0;
	padding: 0;
}

/* body definition */
html, body {
	height: 100%;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

@media print {
	html, body { font-size: 14px; }
}

/* anchors */
a:link, a:active, a:focus, a:visited, a:hover {
	color: #3C485F;
	text-decoration: none;
}

a:hover, a:focus { text-decoration: underline; }
a:hover, a:focus, a:visited { color: #4C4B47; }

/* list defintions */
ul, ol { margin: 1.5ex 2em; }
ul li, ol li { margin: 0.5ex 0; }

/* html redefinitions */
h1, h2, h3, h4, h5, h6, p { margin-bottom: 0.8ex; }

h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10.5pt; }
h5 { font-size: 10pt; }
h6 { font-size: 9.5pt; }
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #3C485F;
}

hr {
	margin: 5px 0;
	width: 100%;
	border: none;
	height: 2px;
	background-color: #000;
}

img { border: none; }

fieldset {
	padding: 5px;
	border: 1px solid #000;
}

fieldset legend {
	padding: 1px 3px;
	background-color: #DDD;
	border: 1px solid #000;
}

