@charset "utf-8";
/* CSS Document */

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c9c9c9;
	text-align:justify;
}

.contentBg{
	background-image:url(images/contentBg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.contentBgContact{
	background-image:url(images/contentBgContact.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}


.borderBottom{
	border-bottom:1px dotted #666666;
}

.firstTitle{
	font-size:22px;
	color:#bea757;
    font-weight:bold;
}

.secondTitle{
	font-size:22px;
	color:#6c463f;
	font-weight:bold;
}

.thirdTitle{
	font-size:22px;
	color:#023f48;
	font-weight:bold;
}

.forthTitle{
	font-size:22px;
	color:#6c5455;
	font-weight:bold;
}	

.greyTitle{
	font-size:22px;
	color:#494949;
	font-weight:bold;
}

.firstTxt{
	color:#bea757;
	font-weight:bold;
}

.secondTxt{
	color:#6c463f;
	font-weight:bold;
}

.forthTxt{
	color:#6c5455;
	font-weight:bold;
	font-size:16px;
}

.titleHeight{
	line-height:18px;
}

.redTxt{
	color:#FF0000;
}

a:link, a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

a.footerLink:link, a.footerLink:visited{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

a.footerLink:hover{
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
}


