/*
  ==========================================
	      HI-TECH CONTAINER CSS FILES
  ==========================================
*/

.newblue_table
{
	margin-top: 4px;
	margin-bottom: 4px;
	background:#6781B4;
}

.newblue_ModuleTitle
{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: white;
	padding-left: 6px;
	text-align: center;
	text-decoration: none;
}

.newblue_content
{
	font-family: Verdana;
	padding: 8px;
	text-align: left;
	color: white;
}

.slateblue_table
{
	margin-top: 4px;
	margin-bottom: 4px;
	background:#cccccc;
}

.slateblue_ModuleTitle
{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: white;
	padding-left: 6px;
	text-align: center;
	text-decoration: none;
}

.slateblue_content
{
	font-family: Verdana;
	padding: 8px;
	text-align: right;
	color: white;
}

.standard_table
{
	margin-top: 4px;
	margin-bottom: 4px;
	background:white;
}

.standard_ModuleTitle
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding-left: 6px;
	text-align: center;
	text-decoration: none;
}

.standard_content
{
	font-family: Verdana;
	padding: 8px;
	text-align: left;
	color: black;
}
