/************************************************************/
/* SITE WIDE STYLES */
/************************************************************/
/* HTML */
body				{ background-color:#FFFFFF; }
table				{ empty-cells:show; }
a:link				{ text-decoration:underline; color:#0000FF; background:#FFFFFF; }
a:visited			{ text-decoration:underline; color:#0000FF; background:#FFFFFF; }
a:hover				{ text-decoration:underline; color:#0000FF; background:#FFFFFF; }

/* Fonts */
 /* Light Green #6AC550 */

.CustHeader			{
	font-family:Arial;
	font-size:18px;
	color:#0000FF;
	background-color: #6AC550;
	text-align:left;
}

.CustData			{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	background-color: #003399;
	text-align:center;
}

tr.CustData			{
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	background-color:#003399;
	text-align:center;
}

.HeadingA12			{ font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF; background-color:#003399; }
.HeadingA12Orange	{ font-family:Arial; font-size:12px; color:#FFFFFF; background-color:#FF9900; }
.HeadingA12bgGray	{ font-family:Arial; font-size:12px; color:#0000FF; background-color:#CCCCCC; text-align:center; }
.HeadingA18BoldBlue	{ font-family:Arial; font-size:18px; color:#003399; font-weight:bold; }
.HeadingB18			{ font-family:Arial; font-size:18px; color:#000000; font-weight:bold; }
.HeadingC12			{ font-family:Arial; font-size:12px; color:#FFFFFF; background-color:#663399; }
.NormalA10			{ font-family:Arial; font-size:10px; color:#000000; }
.NormalA10Bold		{ font-family:Arial; font-size:10px; color:#000000; font-weight:bold; }
.NormalA12			{ font-family:Arial; font-size:12px; color:#000000; }
.NormalA12White		{ font-family:Arial; font-size:12px; color:#FFFFFF; }
.NormalA12Bold		{ font-family:Arial; font-size:12px; color:#000000; font-weight:bold; }
.NormalA12BoldBlue	{ font-family:Arial; font-size:12px; color:#003399; font-weight:bold; }
.NormalB12Blue		{ font-family:Arial; font-size:12px; color:#0000FF; }
.NormalA14Blue		{ font-family:Arial; font-size:14px; color:#003399; }
.NormalA14Red		{ font-family:Arial; font-size:14px; color:#FF0000; }
.NormalA16			{ font-family:Arial; font-size:16px; color:#000000; }
.NormalA16Blue		{ font-family:Arial; font-size:16px; color:#003399; }

/************************************************************/
/* SCREEN STYLES */
/************************************************************/
/* background-color: #003399;*/
.topmenubg {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6AC550;
	text-align: center;
	text-decoration: none;
	height: 35px
}

.topmenutxt	{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6AC550;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	line-height: 1.3;
	width: 120px;
	padding: 1px;
}

a.topmenutxt:link {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6AC550;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	line-height: 1.3;
	width: 120px;
	padding: 1px;
}

a.topmenutxt:visited {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6AC550;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	line-height: 1.3;
	width: 120px;
	padding: 1px;
}

.botmenubg			{ background-color:#99CCFF; }
.botmenutxt			{ font-family:Arial; font-size:12px; font-weight:bold; color:#003399; background-color:#A6CAF0; }
a.botmenutxt:link	{ font-family:Arial; font-size:12px; font-weight:bold; color:#003399; background-color:#A6CAF0; }
a.botmenutxt:visited {font-family:Arial; font-size:12px; font-weight:bold; color:#003399; background-color:#A6CAF0; }

/************************************************************/
/* ICBMONLINE.CFM STYLES */
/************************************************************/
/* Backgrounds */
.CustTransGreen		{ font-family:Arial; font-size:12px; font-weight:bold; color:#008000; }
.CustTransRed		{ font-family:Arial; font-size:12px; font-weight:bold; color:#FF0000; }
.bgRedA12			{ font-family:Arial; font-size:12px; color:#FFFFFF; background-color:#FF0000; }
.bgYellowA12		{ font-family:Arial; font-size:12px; color:#000000; background-color:#FFFF00; }
.bgAffCustServ		{ background-color:#555FAA; }

/* Buttons */
.btnBlueA12Bold		{ font-family:Arial; font-size:12px; color:#00FFFF; font-weight:bold; background-color:#003399; height:50px; width:150px; cursor:pointer; }
