BODY {
	background-color : Black;
	color : #FFCCFF;
	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: #FFCCFF;
	text-decoration : none;
}

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

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

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

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

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

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

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

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

TH {
    
}

TD {
	color : #FFF2E5;
	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  {
	color : #FFCCFF;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	font-size : 10pt;
}

.text{
	color : #FFF2E5;
	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{
	color : #FFF2E5;
	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 : Black;
	background-color : #FFF2E5;
	background-image : url(images/button.jpg);
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	border : 0px;
}

.textlink{
	color : #FFCCFF;
	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;
}