body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	margin: 0px;
}
.bgHoldingPage {
	background-image: url(imgs/bg_holding_page.jpg);
	background-repeat: no-repeat;
	height: 573px;
	width: 792px;
}
.mainTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #497EA4;
}
.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #497EA4;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #497EA4;
	text-decoration: underline;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #497EA4;
	text-decoration: none;
}

