/*
  ==========================================
	      HI-TECH CONTAINER CSS FILES
  ==========================================
*/

.hi_tech_container_table
{
	margin-top: 4px;
	margin-bottom: 4px;
}

/* FPC Green container */
.Green_container_ModuleTitle
{
	font-family: "Times New Roman, Times, serif";
	font-size: 18px;
	font-weight: normal;
	color: #87AC43;
	padding-left: 6px;
	text-align: center;
	text-decoration: none;
}

.Green_container_content
{
	padding: 8px;
	color: #87AC43;

}

/* FPC Gray container */
.Gray_container_ModuleTitle
{
	font-family: "Times New Roman, Times, serif";
	font-size: 18px;
	font-weight: normal;
	color: #343225;
	padding-left: 6px;
	text-align: center;
	text-decoration: none;
}

.Gray_container_content
{
	padding: 8px;
	color: #343225;

}