@charset "utf-8";
/* CSS Document */
	#divCONTENT {
		background-image: url(../_images.site/CONTENT_BKG.jpg);
		background-repeat: no-repeat;
		background-position: 15px 70px;
		height: auto;
	}
	
	#divCONTENT_HDR {
		background-image: url(../_images.site/NEWS/CONTENT_HDR.jpg);
		background-repeat: no-repeat;
		width: 760px;
		height: 111px;
		text-align: left;
	}
	
	#divCONTENT_BODY {
		background-image: url(../_images.site/ABOUT/IMG_HDR.jpg);
		background-repeat: no-repeat;
		background-position: 15px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		color: #000000;
		line-height: 15pt;
		text-align: left;
		padding: 0px 40px 10px 30px;
		height: auto;
	}
	
/**** SERVICES MENU *******/
	a.company_services_menu_OFF {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 8.5pt;
		color: #000000;
		text-decoration: none;
		cursor: pointer;
		margin: 0px 30px 0px 0px;
		padding: 5px 7px 3px 8px;
	}
	
	a.company_services_menu_OFF:hover {
		text-decoration: underline;
		cursor: pointer;
	}

	.company_services_menu_ON {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 8.5pt;
		color: #31516e;
		text-decoration: none;
		cursor: pointer;
		margin: 0px 30px 0px 0px;
		padding: 5px 7px 3px 8px;
		border-bottom: 1px dashed #aabbd3;
	}
	
	.company_services_menu_ON:hover {
		text-decoration: underline;
	}