.linkText
{
	font-family:Arial, Helvetica, sans-serif;
	color: #330000;
}
.titleText
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:24px;
	font-weight:normal;
}
.subTitleText
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.alertText
{
	font-family:Arial, Helvetica, sans-serif;
	/*color:#e79413;*/
	color:#990000;
	font-size:16px;
	font-weight:bold;
}
.contentText
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
}
.questionText
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:16px;
	/*background-color: #e79413;*/
}
.accHeader {
    fillColors: #7898bf, haloSilver;
    color: "#ffffff";
    fontSize: "18";
    fontWeight: "normal";
    /*fillColors: "#7898bf", "#6787af";   /*"#6787af", "#45658D";  "#45658D", "#45658D";*/
    fillAlphas: 1.0, 0.7;
   	 /*selectedFillColors: haloOrange, haloOrange;*/
    selectedFillColors: #7898bf, #6787af;
}
.LinkButton {
	fontSize: "14";
	/*color: "#ff0000";*/
	fontWeight: "bold";
	/*textDecoration: "underline";*/
}
.Label {
	fontSize: "12";
	color: "#000000";
	fontWeight: "bold";	
}

.TextArea {
	fontSize: "12";
	color: "#000000";
	fontWeight: "normal";	
}
.GreenBtn {
	fontSize: "12";
	/* color: "0x005500"; */
	color: "0x0c7373";
	fontWeight: "bold";	
	/* borderColor: "0x00ff00"; */
	borderColor: "0x0c7373";
	/* fillColors: "[0xff0000, 0x00ffff]";  */
}
.RedBtn {
	fontSize: "12";
	/* color: "0x550000"; */
	color: "0x730c0c";
	fontWeight: "bold";	
	/* borderColor: "0xff0000"; */
	borderColor: "0x730c0c";
	/* fillColors: "[0xff0000, 0x00ffff]";  */
}
/* AccordionHeader {
    fillColors: black, black;
    fillAlphas: 1, 1;
    textRollOverColor: white;
    textSelectedColor: white;
    themeColor: black;
} */