* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

body, p, div, td, tr, ul, li, a, h1, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	line-height: 1.5em;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #393939;
	margin: 0 0 21px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #393939;
	margin: 0 0 21px 0;
}


p {
	margin: 0 0 18px 0;
}

ul, li{
	list-style-type: none;
}

#divContent ul, #divContent ul li{
	list-style-type: disc;
	margin: 0 0 0 7px;
}

#divContent ol, #divContent ol li{
	list-style-type: decimal;
	margin: 0 0 0 10px;
}

a {
	color: #027fbd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0px;
	background-color: #ccc;
	height: 1px;
	margin: 0 0 18px 0;
}

table {
	margin: 0 0 18px 0;	
}

/* --icons-- */
.pdf, .npdocicon_pdf {
	background-image: url(/images/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 20px;
	margin: 0 0 2px 0;
}

.word, .npdocicon_word {
	background-image: url(/images/icons/word.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 20px;
	margin: 0 0 2px 0;
}

.sound {
	background-image: url(/images/cd/icon_sound2.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 20px 0 0;
	margin: 0 0 2px 0;
}

.text-block {
	display:none;
}
