/*
.pageTitle {
	font-family: arial;
	font-size: 23px;
	line-height: 23px;
	color: #2A2F36;
	text-transform: capitalize;
	padding-bottom: 25px;

}
.pageSubHeading {
	font-family: arial;
	font-size: 18px;
	font-style: italic;
	line-height: 19px;
	color: #7B9CCB;
	font-weight: normal;

}
*/
/*------------------ SIDE PANEL ----------------------*/
.sidePanelBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE7EA;
	width: 150px;
	padding-bottom: 17px;

}
.title-sidePanelBox {
	font-family: arial;
	font-size: 11px;
	color: #FF9C00;
	text-transform: uppercase;
	font-weight: bold;
}


/*------------------ CENTRE PANEL ----------------------*/
.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}


.imageRight {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.lightBlue {
	color: #7B9CCB;
}

.lightGrey {
	color: #ACB4BF;
}

.midGrey {
	color: #545A63;
}

.darkGrey {
	color: #2A2F36;
}

.contentHeading {
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: #545A63;
	padding-top: 6px;
	padding-bottom: 2px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 2px;
    }
	
.contentSubHeading {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #545A63;
	padding-top: 6px;
	padding-bottom: 2px;
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 0px;
    }

.techPDF {
	display: block;
	padding: 1px 1px 1px 33px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color: #6B7078;
	color: #D4D5D7;
	text-decoration: none;
	width: 100%;
	background-image: url(../images/pdf_logo1.gif);
}
.techWord {
	display: block;
	padding: 1px 1px 1px 33px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color: #6B7078;
	color: #D4D5D7;
	text-decoration: none;
	width: 100%;
	background-image: url(../images/word_logo1.gif);
}
