body {
	background-color: #000000;
	background-image: url(../images/bkgrnd.png);
	background-repeat: repeat-x;
}
body,td,th {color: #FFFFFF;}
h2 {font-family: "Times New Roman", Times, serif;font-size: 24px;color: #FFFFFF;text-align: center;}
p {font-family: Arial, Helvetica, sans-serif;text-align: left;}
h1 {
	text-align: center;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
}
.right {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.bold {
	font-weight: bold;
}
.centre {
	text-align: center;
}
.left {
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.boldcentre {
	font-weight: bold;
	text-align: center;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFF00;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}

