body {
	text-align:center;
	margin: 0px;
	background-color: #c7c7c7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	color: #840039;
}
h1 {
	line-height:22px;
}

h2 {
	font-family:arial;
	font-size: 10pt;
	border-bottom: 1px solid black;
	margin-top: 25px;
	margin-bottom: 15px;
}

h3 {
	color: white;
	font-family:arial;
	font-size: 10pt;
}

h4 {
	font-family:arial;
	font-size: 10pt;
	margin-top: 20px;
	line-height:12pt;
}

small {
	font-size:7pt;
	line-height:12px;
}

/*---------------------------------------------------
Below is interfering with Shareholder table styles:
.body table {
	background-color: #ebebeb;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 5px;
}

.body th {
	background-color: #840039;
	color: #ffffff;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	padding: 0.1em 0.5em;
	border: 0px;
	border-bottom: 2px solid #ffffff;
	font-family: verdana, Helvetica, sans-serif;
	vertical-align:bottom;
}

.body th.price {
	vertical-align: bottom;
	font-size: 8pt;
	text-align: right;
}

.body td {
	font-size:9pt;
	border-bottom: 2px solid #ffffff;
	padding: .2em 0.5em;
	border-right: 0px;
	border-left: 0px;
	vertical-align:top;
}
-------------------------------------------*/

#dsl_application th {
	vertical-align:top;
}

.error {
	font-size:8pt;
	color:#990000;
	font-weight:bold;
}

.body table.app {
	background-color: #ebebeb;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	padding-bottom: 20px;
}

table.app td {
	border: 0px solid black;
	padding-top: 8px;
	padding-top: 4px;
	vertical-align:bottom;
}

ul {
	padding-left: 8px;
	margin-left: 8px;
	list-style:square outside;
}

ol {
	padding-left: 11px;
	margin-left: 11px;
}

h1 {
	font-family:arial;
	font-size: 14pt;
	padding-bottom: 5px;
}

#frame {
	width:765px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background-color: white;
	font-size: inherit;
}

.body_frame {
	width:765px;
	border: 3px solid #840039;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}

#site_nav {
	width: 143px;
	padding: 0px;
	float: left;
	background: blue;
	overflow: hidden;
	
}

#header {
	width: 765px;
	background: #c7c7c7;
	margin:0px;
	padding:0px;
}
	
.nav {
	overflow: hidden;
	vertical-align: top;
	background-color: #ebebeb;
	border-right: 1px solid black;
	padding-left: 5px;
	font-size: 9pt;
}

/* --------Adding style for sub-links -BB ----*/

.nav ul { margin-top: 5px; margin-bottom: 5px }

.nav ul li {
	color: #666;
	font-size: 11px;
	list-style-type: none
}

/*------------------------------------------ */

.body {
	background-color: white;
	vertical-align: top;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}

.ad {
	padding:0px;
	overflow: hidden;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.ad_header {
	background-color: #b3b3b3;
	padding: 5px;
	font-weight:bold;
	line-height:12px;
}

.ad_content {
	background-color: white;
	border-left:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	padding: 5px;
	color: black;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
}

.page_nav {
	background-color: white;
	border:1px solid #b3b3b3;
	padding: 5px;
	color: black;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 5px;
}

td.nav {
	padding-top: 7px;
}

td.nav div {
	padding-bottom: 4px;
}

td.nav div, div.page_nav div {
	margin-bottom: 6px;
	margin-right: 5px;
	border-bottom: 1px solid white;
}

.ad a, .nav a {
	color:#666666;
	text-decoration:none;
	line-height: 12px;
}

.body a {
	color:black;
	text-decoration:underline;
}

img {
	border:0px;
}

.ad a:hover, .nav a:hover, .body a:hover {
	color: #b3b3b3;
}

td.footer {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	line-height: 15px;
	background-color: #840039;
	font-size:7pt;
}
	
td.footer div {
	color: white;
}

td.footer a {
	color: white;
	text-decoration:none;
}

td.footer a:hover {
	text-decoration:underline;
}

