/* 
    Document   : text
    Created on : 22-okt-2009, 10:21:50
    Author     : Arno
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;

	color: black;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px;
}

h1, h2, h3, h4 {
	position: relative;

	font-style: normal;
	font-weight: normal;

	text-decoration: none;
}

h1 {
	background: url(/images/title-border.png) left 2px no-repeat;

	color: #007d31;

	border-color: #99cbac;
	border-width: 0px 0px 2px;
	border-style: dotted;

	padding: 0px 0px 6px 12px;

	font-size: 1.65em;
}

h2 {
	color: #cc1f1e;

	font-size: 1.2em;
}

h3 {
	color: #cc1f1e;

	font-size: 1.0em;
	font-weight: bold;
}

h4 {
	color: #cc1f1e;

	font-size: 1.0em;
}

ul {
  	margin: 0px;
	padding-left: 15px;
}

li {
	padding-left: 7px;
}

