@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
body {
	background-color: #d2d2d2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
.bgImage {
	background-image: url(images/bgImage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bgContent {
	background-image: url(images/bgContent.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.headBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.txt {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.whiteText {
	color: #FFFFFF;
	padding: 15px;
	text-align: justify;
}
.GreyText {
	color: #666666;
	padding: 15px;
	text-align: justify;
}
