body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	position: relative;
	}
#IScontentCell {
	font-size: 12pt;
	padding: 10px;
	}
#IScontentCell h1  {
	color: #003366;
	font-size: 18pt;
	font-family: "Times New Roman", Times, Georgia, serif;
	background-image: url(../../images/bg_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	margin-bottom: -1px;
	padding: 0 0 7px;
	}
#IScontentCell h1.subHead   {
	color: #666 !important;
	font-size: 14px !important;
	background-image: none !important;
	margin: 5px 0 !important;
	padding: 0 !important;
	border-style: none !important;
	}
#IScontentCell h2   {
	color: #1b8ab4 !important;
	font-size: 13pt;
	margin-bottom: -10px;
	}
#IScontentCell h3  {
	font-size: 12pt;
	font-family: arial, sans-serif ;
	color: black;
	background-color: transparent;
	margin-bottom: -7px;
	margin-left: 0px;
	padding: 0px;
	}
#IScontentCell h4  {
	font-size: 12pt ;
	font-family: inherit;
	margin-bottom: -7px ;
	margin-left: 0px;
	}
#IScontentCell h5  {
	font-size: 12pt ;
	font-family: inherit;
	margin-bottom: 0px ;
	margin-left: 0px;
	}
#IScontentCell h6   {
	color: #1b8ab4 !important;
	font-size: 14px;
	margin-bottom: 0px;
	}
#IScontentCell h1.noTagLine  {
    background: url(images/bg_red_dots.gif) repeat-x bottom;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
/*Data Table props*/
.contentTable { 
	margin: 20px 0 0; 
	padding: 0; 
	border-top: 1px solid #666; 
	border-right: 1px solid #666;
	}
.tableCellOne {
	font-size: 12pt;
	background-color: #eee;
	padding: 3px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	}
.tableCellOne h3 {
	font-size: 13px;
	font-weight: bold;
	color: black;
	margin: 0 !important;
	} 
.tableCellOne h4 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	margin: 0 !important;
	} 
.tableCellTwo {
	font-size: 12pt;
	background-color: White;
	padding: 3px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	}
.tableCellTwo h3 {
	font-size: 13px;
	font-weight: bold;
	color: black;
	margin: 0 !important;
	} 
.tableCellTwo h4 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	margin: 0 !important;
	}
.tableHead  {
	font-weight: bold;
	background-color: #b9dbe8;
	padding: 3px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	}
/*Begin Footer props*/
.footer  {
	color: #666;
	font-size: 10px;
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	border-top: 1px solid #666;
	}
.footer  p {
	color: #666;
	font-size: 10px;
	}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active   {
	color: #1b8ab4;
	text-decoration: none;
	}
.footer a:hover {
	text-decoration: underline;
	}
/*Link props*/
.abc a:link, .abc a:visited, .abc a:hover, .abc a:active   {
	color: #1b8ab4;
	text-decoration: none;
	}
.abc a:hover  {
	color: white;
	background-color: #1b8ab4;
	}
a:link, a:visited, a:hover, a:active  {
	color: #1b8ab4;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

