@charset "utf-8";

/* CSS Document */

.bgDarkGrey {

 background-color: #999999;

}

.bgLiterGrey {

	background-color: #F0F0F0;

}

.bgLiteGrey  {

	background-color: #DFDFDF;

}

.whitetext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	font-weight: bold;

	text-decoration: none;

}

.blacktextbold {

	font-family: "century Gothic";

	font-size: 12px;

	font-weight: bold;

	color: #333333;

}

.blacktext {

	font-family: "century Gothic";

	font-size: 12px;

	font-weight: normal;

	color: #333333;

	line-height: 17px;

}
