
/* styles for title */
.titleBold {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.titleUpperCase {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.titleUpperCaseBold {
    text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* styles for text*/
.normal {
	font-size: 12.49px;
	line-height: 17px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;	 
}

.bold {
	font-size: 12.49px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.blue {
	color: #0C2577;
}

.green {
	color: #9ECC3B;
}

.small {
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;	 
}

.code {
	color: #000000;
	font-size: 13px;
	font-family: "Courier New", Courier, mono;
}
