a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:visited:hover {
	text-decoration: underline;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	line-height: 16px;
	list-style-image: url(../images/bullet.gif);
} 
/* Top Menu */
.menuTop {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTop a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTop a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/*.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}*/
/* Left Menu */
.menuLeft {
	font-size: 70%;
	color: #262626;  /* Updated */
}
.menuLeft a:link {
	text-decoration: none;
	color: #262626;  /* Updated */
}
.menuLeft a:hover {
	text-decoration: underline;
	color: #911F30;  /* Updated */
}
.menuLeft a:visited {
	text-decoration: none;
	color: #262626;  /* Updated */
}
.menuLeft a:visited:hover {
	text-decoration: underline;
	color: #262626;  /* Updated */
}
/* Text */
.title {
	font-weight: bold;
	color: #262626;  /* Updated */ 
}
.subTitle {
	font-size: x-small;
	font-weight: bold;
	color:#666666;
}
.bulletTitle {
	font-size: x-small;
	font-weight: bold;
	color: #003399;
}
.titleTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #081834;
}
.txtSml {
	font-size: xx-small;
}
/* Form */
.textBox {
	border: 1px solid #336699;
}
.textArea {
	border: 1px solid #336699;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #5D96CF;
	font: Tahoma, Arial, Helvetica, sans-serif;
}
.btnSubmit {
	background-color: #5D96CF;
	font-size: 10px;
	border: 1px solid #000000;
	padding: 2px;
	cursor: pointer;
	width: 50px;
	color: #FFFFFF;
}
.btnClear {
	background-color: #5D96CF;
	font-size: 10px;
	border: 1px solid #000000;
	padding: 2px;
	cursor: pointer;
	width: 50px;
	color: #FFFFFF;
}
/* Titles */
#titleiReal {
	background-image: url(/images/title_ireal.gif);
	background-repeat: no-repeat;
	height: 23px;
}
#titleiCover {
	background-image: url(/images/title_icover.gif);
	background-repeat: no-repeat;
	height: 23px;
}
#titleiClaims {
	background-image: url(/images/title_iclaims.gif);
	background-repeat: no-repeat;
	height: 23px;
}
#titleiRis {
	background-image: url(/images/title_iris.gif);
	background-repeat: no-repeat;
	height: 23px;
}
#titlejlti {
	background-image: url(/images/title_about_jlti.gif);
	background-repeat: no-repeat;
	height: 23px;
}
#titleProd {
	background-image: url(/images/title_prod_benefits.gif);
	background-repeat: no-repeat;
	height: 23px;
}
#titleContact {
	background-image: url(/images/title_contact_us.gif);
	background-repeat: no-repeat;
	height: 23px;
}
#titleIndex {
	background-image: url(../images/logo_interactive.jpg);
	background-repeat: no-repeat;
	height: 26px;
}
.alignRight {
	float: right;
	margin-left: 5px;
}