.parentTable {
	border-right: 1px solid #a1a1c9;
	border-bottom: 1px solid #a1a1c9;
	border-left: 1px solid #a1a1c9;
	background-image: url(bgndTile.gif);
	background-repeat: repeat;
}
.tableOutline {
	border-right: 1px solid #a1a1c9;
	border-bottom: 1px solid #a1a1c9;
	border-left: 1px solid #a1a1c9;
	border-top: 1px solid #a1a1c9;
}
.leftNav {
	border-right: 1px solid #a1a1c9;
	border-bottom: 1px solid #a1a1c9;
	border-left: 1px solid #a1a1c9;
	border-top: 1px solid #a1a1c9;
	background-color: #FFFFFF;
}
.leftNavLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #164781;
	text-decoration: none;
	background-image: url(index_files/navBtnBgnd.gif);
	background-repeat: repeat;
	height: 32px;
	width: 173px;
	padding-left: 12px;
	padding-top: 8px;
}
.leftNavLink:hover {
	color: #5176b5;
	text-decoration: none;
	background-image:url(index_files/navBtnBgndOvr.gif);
	background-repeat: repeat;
}
.contentTable {
	border-right: 1px solid #a1a1c9;
	border-bottom: 1px solid #a1a1c9;
	border-left: 1px solid #a1a1c9;
	border-top: 1px solid #a1a1c9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
.pageTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #164781;
	border-bottom-width: 2px;
	width: 100%;
	border-bottom-color: #B3C7CD;
	border-bottom-style: solid;
	padding-left: 8px;
	font-style: italic;
	padding-bottom: 18px;
	padding-top: 25px;
	margin-top:16px;
	margin-bottom:0px;
}
.pageTitles a:link, a:visited, a:hover, a:active  {
	color: #164781;
}
.noPageTitles {
	font-size: 12px;
	font-weight: normal;
}
.searchField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 19px;
	width: 67px;
	border: 2px inset;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodyTextSmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.leftNavLinkFlash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #164781;
	text-decoration: blink;
	background-repeat: repeat-x;
	height: 32px;
	width: 173px;
	padding-left: 12px;
	padding-top: 8px;
}
leftNavLinkFlash a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #164781;
	text-decoration: none;
	background-repeat: repeat-x;
	height: 32px;
	width: 173px;
	padding-left: 12px;
	padding-top: 8px;
}
.accLinks {
	padding: 5 5 5 10px;
	line-height:125%;
}
ul.accLinks li {
  list-style: square;
  text-indent: 7px;
  list-style-position: outside;
  margin: 0 5 5 5;
}
.CPpageHeadAcct {PADDING: 0 0 0 0px}

tbody.scrollme {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.CPcolsView {
	padding-top: 10px;
}

<!--[if IE]>
    <style type="text/css">
        div.scrollme {
            position: relative;
            height: 200px;
            width: 416px;
            overflow-y: scroll;
            overflow-x: hidden;
            border: solid #66CC99;
            border-width: 0px 0px 1px 0px;
        }
        table.scrollme {
            border-width: 1px 1px 0px 0px;
        }
        thead.scrollme tr {
            position: absolute;
            top: expression(this.offsetParent.scrollTop);
        }
        tbody.scrollme {
            height: auto;
        }
        table.scrollme tbody tr:first-child td {
            padding: 29px 4px 4px 4px;
        }
		.pageTitles {
			padding-bottom: 0px;
			padding-top: 0px;
			margin-top:0px;
			margin-bottom:0px;
		}
    </style>
<![endif]-->


