a:link {
	color: blue;
}

a:visited {
	color: purple;
}

a:hover {
	color: maroon;
}

div.titlePage {
	font-size: 1.3em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
  	margin-bottom: 0.5em;
}

div.titleParagraph {
  	font-size: 1em;
  	font-family: "Trebuchet MS", sans-serif;
	font-weight: bolder;
	display: block;
  	margin-bottom: 0.8em;
}

div.textParagraph {
  	font-size: 0.7em;
  	font-family: "Verdana", sans-serif;
  	font-weight: normal;
  	line-height: 1.4em;
  	display: block;
  	margin-bottom: 1.3em;
	text-align: left;
}

div.textQuoteParagraph {
  	font-size: 0.7em;
  	font-family: "Verdana", sans-serif;
  	font-weight: normal;
  	line-height: 1.4em;
  	display: block;
  	margin-bottom: 1.3em;
	text-align: left;
	font-style: italic;
}

div.textExample {
  	font-size: 0.7em;
  	font-family: "Verdana", sans-serif;
  	font-weight: normal;
	color: #990000;
  	line-height: 1.6em;
  	display: block;
  	margin-bottom: 2em;
	text-align: left;
	width: 387px;
	position: relative;
	left: 40px;
}

li.textList {
	display: list-item;
	list-style-type: disc;
	margin-top: 0.6em;
}

li.textClients {
  	margin-top: 0.6em;
  	display: list-item;
	list-style-type: disc;
	font-size: 0.7em;
  	font-family: "Verdana", sans-serif;
  	font-weight: normal;
  	line-height: 1.2em;
}

table.tableList {
	margin-top: -24px;
}

span.textEmbolden {
  	font-weight: bold;
}

span.textItalicise {
  	font-style: italic;
}

a.linkBody:link {
  	color: blue;
}

a.linkBody:visited {
  	color: purple;
}

a.linkBody:hover {
  	color: maroon;
}

.linkExit {
	float: right;
	margin-bottom: 1em;
	width: 85px;
	height: 20px;
	border-width: 0px;
}

table.tableTools {
	font-size: 0.7em;
  	font-family: "Verdana", sans-serif;
  	font-weight: bold;
	text-align: center;
	width: 96%;
	border-width: 0px;
}

td.cellTool {
	width: 48%;
	margin: 0px;
	padding: 0px;
}

.blockTools {
	margin-top: 1em;
	margin-bottom: 2em;
}

.inputNewsLetter {
  	position: relative;
	float: right;
	top: -20px;
}