body {
	margin: 0px;
	background-image: url('../images/backgroundMaster.jpg');
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}
a {
	color: rgb(0,0,255);
}
.tableMaster {
	width: 826px;
}
.footerText {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.contentTitle {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(10,10,10);
}
.contentBody {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(24,24,24);
}
.leftContentTitle {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(10,10,10);
}
.leftContentBody {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(24,24,24);
}
.footerLink {
	color: rgb(255,255,255);
}
.footerLink:hover {
	color: rgb(197,200,245);
}
