/*

	/content/news/template.css

*/

DIV.cmsContent {
	width: 556px;
	overflow-x: hidden;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #48483F;
	line-height: 18px;
}
DIV.cmsContent TD {
	font-size: 13px;
}
DIV.cmsContent A {
	color: #48483F;
	text-decoration: underline;
}
div.cmsContent_Profile, div.cmsContent_Services, div.cmsContent_Projects, div.cmsContent_News, div.cmsContent_Careers {
	width: 140px;
	font-style: italic;
	line-height: normal;
}
div.cmsContent_Profile {
	background-color: #B9D1E3;
	color: #04599B;
}
div.cmsContent_Services {
	background-color: #F6D3B9;
	color: #DF6105;
}
div.cmsContent_Projects {
	background-color: #D7C9C4;
	color: #723C2C;
}
div.cmsContent_News {
	background-color: #CDF0F3;
	color: #4AC8D3;
}
div.cmsContent_Careers {
	background-color: #F9E8BA;
	color: #EAAD07;
}
div.tmpDivider {
	margin-top: 25px;
	border-top: 1px solid #4AC8D3;
	height: 20px;
}

