body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #FFFF99;
	text-decoration: none; 
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none; 
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #FFFF33;
	text-decoration: underline; 
}
/*Link decoration style for pop ups i.e. Next & Back*/
.popup_link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}
.popup_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.popup_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #FFFF33;
	text-decoration: underline;
	font-weight: bold;
}
/*Link decoration style for MENU*/
.menu a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5em;
	color: #f4fa8c;
	text-decoration: none;
	font-weight: bold;
}
.menu a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5em;
	color: #f4fa8c;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: underline overline;
	font-weight: bold;
}
.menuhome a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.5em;
	color: #f4fa8c;
	text-decoration: none;
	font-weight: bold;
}
.menuhome a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.5em;
	color: #f4fa8c;
	text-decoration: none;
	font-weight: bold;
}
.menuhome a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: underline overline;
	font-weight: bold;
}

/*Link decoration style for WHITE BACKGROUND pop ups i.e. Next & Back*/
.popupwhite a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.popupwhite a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.popupwhite a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	color: #c1c1c1;
	text-decoration: underline;
	font-weight: bold;
}

.peoplebackground {
	background-color: 000000;
	background-image: url(images/people_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}
/*background style for line -white bg - pages*/
.linehomebackground {
	background-color: FFFFFF;
	background-image: url(images/line_BG.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}
/*Background color for Line Illustration Popup windows*/
.linebackground {
	background-color: FFFFFF;
}
/*Background color for Tech Illustration Popup windows*/
.techbackground {
	background-color: FFFFFF;
}
/*text style for Tech Illustration Popup windows*/
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
}
/*background style for Technical Illustrations -white bg - pages*/
.techhomebackground {
	background-color: FFFFFF;
	background-image: url(images/tech_BG.jpg);
	background-repeat: no-repeat;
	background-position: left 70px;
}

/*Background color for People Popup windows*/
.peoplepopbackground {
	background-color: 000000;
	}
.image{
	border-color: 000000;
	border-width:1px;
  }

