BODY {
	background-color: #F7F0E9;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

A:LINK, A:VISITED {
	color: #FF3366;
	text-decoration: none;
}

A:HOVER {
	color: #FFBBBB;
	text-decoration: none;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-style: italic;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 20px;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	text-align : center;
	font-style : italic;
	font-size : 20pt;
	font-weight : normal;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	text-align : left;
	font-style : italic;
	font-size : 18pt;
	font-weight : normal;
	margin-left : 60px;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	text-align : left;
	font-size : 14pt;
	font-weight : normal;
	font-style : italic;
	margin-left : 60px;
}

H5 {
	font-family: "Times New Roman", Times, serif;
	text-align : center;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	margin-left : 60px;
}

H6 {
	font-family: "Times New Roman", Times, serif;
	font-size : 10pt;
	font-style : italic;
	font-weight : bold;
	text-align : center;
}

BLOCKQUOTE {
	font-family: "Times New Roman", Times, serif;
	text-indent : 0px;
	text-align : center;
	font-size : 12pt;
	font-weight : normal;
	font-style : italic;
}

TH {
    
}

TD {
	font-family: "Times New Roman", Times, serif;
	text-align : left;
	vertical-align : top;
	font-size : 12pt;
	font-weight : normal;
	font-style : italic;
}



.centre {
	text-align : center;
	float : none;
	border : 0px;
}

.left{
	text-align : left;
	float : left;
	border : 0px;
}

.right{
	text-align : right;
	float : right;
	border : 0px;
}

.bold  {
	font-family: "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	font-size : 10pt;
}

.text{
	font-family: "Times New Roman", Times, serif;
	margin-left : 60px;
	margin-right : 60px;
	text-align : left;
	font-size : 18pt;
	font-weight : normal;
	font-style : italic;
	list-style-type : square;
	list-style-position : outside;
	text-decoration : none;
}

.textcentre{
	font-family: "Times New Roman", Times, serif;
	margin-left : 20px;
	margin-right : 20px;
	text-align : center;
	font-size : 14pt;
	font-weight : normal;
	font-style : normal;
	list-style-type : square;
	list-style-position : outside;
	text-decoration : none;
}

.link{
	color: #FFCCCC;
	background-color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border: 0px;
}

.textlink{
	color: #993333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.noborder{
	border : 0px;
}

.topleft{
	border : 0px;
	float : left;
	text-align : left;
	vertical-align : top;
	margin-top : 0px;
	margin-left : 0px;
	padding-top : 0px;
	padding-left : 0px;
}