@charset "UTF-8";
/* CSS Document */

/*  TEXT STYLES  ************************************************************************/
/*  TEST STYLES  ************************************************************************/


html, body {
	color:#999;
	font-size: 12px;
}

#content strong {
	/*color:#c46f1c;*/
/*color: #eda900;
font-weight:normal;*/
color:#ccc;
}


.yellowCopy {
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #ffb600;*/
	color:#c46f1c;	/*color: #eda900;*/
}
.blueCopy {
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #598be5;
}
.grayeCopy {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #555555;*/
	color:#cbcbcb;
	text-align: left;
}
.whiteSmallText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b7b1a0;
}

.listCopy {
	list-style:disc;
	list-style-position:
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
}

.footerText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	text-align: center;
}
