/* CSS Document */

.titleBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000033;
	text-align: left;
	vertical-align: middle;}
	
.dashedLine{ border-top: 1px dashed #79838B; width:100%; 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500; 
	padding:8px;}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	padding-left: 6px;
}

.titleUnderlineBold{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	color: #485574; font-weight:700; 
	padding:2px 2px 0 10px; text-decoration:underline;
}

.borderTable {	border: 1px solid #1F4461;  background-color: #ECF1F5; }

.imgPadding {	padding: 2px;}.boldbluetextwhbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #1D6486;
	text-indent: 6px;
}
.boldredtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #CC3300;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.boldredtitlelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #91431e;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.boldpurpletitlelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #663399;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.boldredtitlenew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #CC3300;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.boldgreentitlenew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #009900;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.boldpurpletitlenew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #9900FF;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.boldbluetitlenew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #0000FF;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
/* -- Title Green Background with line in the bottom----------------------------- */
.titleGreenBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #91431E;
	background-color: #FAF4EB;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
}

/* -- Title White Background ----------------------------- */
.titleWhiteBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	color: #333333; padding: 1px 1px 1px 2px;
}

/* -- Gray Border Table----------------------------- */
.GrayBorderTables { border: 1px solid #CCCCCC; color: #000000;}

/* -- Gray Bg - Dashed Border line top Bottom----------------------------- */
.dottedBorderGrayBack {
	background-color:#F3F3F3; padding:2px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

/* --White Bg - Dashed Border line top Bottom----------------------------- */
.dottedBorderWhiteBack {
	padding: 2px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}
.dottedBorderGrayBack12pxf {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left;
	background-color:#F3F3F3; padding: 2px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

.GrayBack12pxf {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	background-color:#F3F3F3;
	padding: 2px;
}

/* --White Bg - Dashed Border line Bottom - Small font----------------------------- */
.bottom_dottedBorderWhiteBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
}

.dottedBorderWhiteBack12pxf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	border-right: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	width: 576px;
}
.orangeUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91431e;
}
.purpleUnderline {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #563b86;
}

