* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	height:100%;
	border: none;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
ul {
	list-style-type: disc;
}
li {
	padding-bottom: 10px;
	text-align: justify;
	color: #1D3C74;
	list-style-type: disc;
	list-style-position: inside;
}

a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	font-size: 11px;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	font-size: 11px;
}
a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	font-size: 11px;
}

a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	font-size: 11px;
}
.dash {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding: 20px;
}

.image {
	padding-top: 20px;
	text-align: center;
}

.text {
	font-size: 11px;
	color: #003300;
	text-align: justify;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.text p{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #003300;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding-top: 15px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 140%;
	color: #003300;
	text-align: centre;
	vertical-align: top;
	font-weight: bold;
	padding-bottom: 15px;

}

.background {
	background-image: url(docback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px dotted #006600;
}
