body {
	font-family: Verdana, "trebuchet ms", Arial, Sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #999999;
}

table {
	font: 10pt Verdana, "trebuchet ms", arial, sans-serif
}

p {
	margin: 0px 30px 12px 0px;
}

a:link {color: #0000ff;
}

a:visited {color: #CD69C9;
}

a:link:hover {color: #ff0000;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #6e8678;			 			
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
h2 {
	font-size: 16px;
	color: #6e8678;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	color: #6e8678;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

/*styles the foot*/
.foot {
	font-size: 90%;
	margin-left: 222px;
	color: #6e8678;	
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 150px;
	}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	color: #666666;/*themecolour4%0;*/
}

ul {
	
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	color: #6e8678;   /* #666666 */	
}

li {
	
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #000000; 
}

.centercoltext {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: medium;
	border-left-style: dashed;
	border-left-color: #6e8678;/* this is the left column */
	border-right-width: medium;
	border-right-style: dashed;
	border-right-color: #6e8678;/* this is the right column */
}
.leftcoltext {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;	
}

.background {
	background-color: #ffffff;
}
