@charset "utf-8";
/* CSS Document */

html  {
	overflow:scroll;
}

html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	color: #222;
	margin:2em 0 0;
	text-align:center; /* IE 6 fix */
	line-height:120%;
}

blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,ol,li,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}

ul {
	margin-left:0em;
	margin-bottom:1em;
	padding-left:0em;
	list-style-type:none;
}

ol {
	margin:0 0 1em 0;
	padding:0;
}

ol li {
	background:none;
	list-style-type:decimal;
	margin-left:1.9em;
	margin-bottom:0.8em;
	padding-left:0px;	
}


#wrapperContent ul li,
#content ul li {
	background: url(/templates/isp/graphics/decor/li.gif) no-repeat 3px 1px;
	padding-left:20px;
	margin-left:2px;
	margin-bottom:0.8em;
}





a:link {
	text-decoration:underline;
	color:#5B708D;
}

a:visited {
	color:#993366;
}

a:fokus
a:hover {
	text-decoration:underline;
}

a:active {
	color:#B30004;
}


h1 {
	font-size:1.2em;
	font-weight:bold;
	margin:1.8em 0 0.8em 0;
}

h2 {
	font-size:1.1em;
	margin:1.8em 0 0.6em 0;
}

h3 {
	font-size:1.05em;
	margin:1.8em 0 0.2em 0;
}


h4 {
	font-size:1.0em;
	margin:1.8em 0 0.2em 0;
}


h5 {
	font-size:0.95em;
	margin:1.8em 0 0.2em 0;
}

h6 {
}

h2 a {
	font-size:1.2em;
	padding:0;
	color:#5B708D;
	text-decoration:none !important;	
}

h2 a:hover {
	font-size:1.2em;
	padding:0;
	color:#5B708D !important;
	background:none !important;
	text-decoration:underline !important;
}

p {
	margin:0.2em 0 1em 0;
}

address {
	font-style:normal;
}

input,
select,
textarea {
	font-size:1em;
}
