body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

a:link { color: #0000ff; text-decoration: none }
a:active { color: 0000ff; text-decoration: none }
a:visited { color: 0000ff; text-decoration: none }
a:hover { color: 0000ff; text-decoration: underline }

a.whiteLink:link { color: #ffffff; text-decoration: underline }
a.whiteLink:active { color: #ffffff; text-decoration: underline }
a.whiteLink:visited { color: #ffffff; text-decoration: underline }
a.whiteLink:hover { color: #ffffff; text-decoration: none }

.introShadowLeft {
	background-image: url(images/intro_shadow_left.png);
	background-repeat: no-repeat;
	background-position: top;
}
.introShadowRight {
	background-image: url(images/intro_shadow_right.png);
	background-repeat: no-repeat;
	background-position: top;
}
.footerBg {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
}
.contentBg {
	background-color: #FFFFFF;
}
.subMenuBg {
	background-image: url(images/submenu_bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-family: Tahoma;
	font-size: 11px;
}
.footerTxt {
	font-weight: bold;
	color: #FAC400;
}
.txtHeading {
	font-size: 32px;
	font-family: Tahoma;
	background-image: url(images/hline.png);
	background-position: bottom;
	background-repeat: repeat-x;

}
.sidemenuBg {
	background-image: url(images/sidemenu_bg.png);
	background-repeat: repeat-x;
}
.panelBg {
	background-color: #FEEEB8;
}
.panelHeading {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtSubHeading {
	font-size: 18px;
	font-weight: bold;
	color: #19287D;
}
.contentBgTelecoms {
	background-color: #FFFFFF;
	background-image: url(images/photobg_telecoms.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentBgIT {

	background-color: #FFFFFF;
	background-image: url(images/photobg_it.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentBgVideo {


	background-color: #FFFFFF;
	background-image: url(images/photobg_video.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sidemenuSubBg {
	background-repeat: repeat-x;
	background-color: #CDCDCD;

}
.contentBgPin {



	background-color: #FFFFFF;
	background-image: url(images/photobg_pin.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.txtQuote {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #4B5FC7;
}
