/***************
 * Main Styles *
 ***************/
body { 
	color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

p { 
	color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

td { 
	color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

em {
	color: #6699ff;
}


h1, h2, h3, h4, h5, h6 {
	display: block;
}

/* was h3 */
h1, h2 {
	font-size: 1.17em; 
	margin: .83em 0;
	color: #df99ff; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
}

/* was h4 */
h3, h4 {
	margin: 1.12em 0;
	color:#df99ff; 
	font-style: normal; 
	font-weight: normal;
	font-size: 10pt;
}

h3 {
	text-decoration: underline;
}

h5 {
	margin: 0 0;
	padding: 0 0;
	display: inline;
	color: #6699ff;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-size: 9pt;
}

h6 {
	margin: 0 0;
margin-bottom: 1em;
	padding: 0 0;
	display: inline;
	color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
}
	

/* OLD
h6  { color: black; font-style: normal; font-weight: normal; font-size: 8pt }
h3 { color: #df99ff; font-style: normal; font-weight: bold; text-decoration: none }
h4 { color:#df99ff; font-style: normal; font-weight: 500; text-decoration: underlined }
*/

li { 
	color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
blockquote { text-indent: 1cm }

a:link { 
	color: #df99ff; 
	/*font-style: normal; 
	font-weight: normal; */
	text-decoration: none; 
}
a:visited { 
	color: #6699ff; 

	text-decoration: none
}
a:hover { 
	text-decoration: underline;
}
a:active { 
	color: #6699ff; 

	text-decoration: underline; 
}

a:link.top, a:visited.top {
	color: #df99ff;
	text-decoration: none;
}
a:hover.top {
	text-decoration: underline;
}
a:active.top {
	text-decoration: underline;
	color: #6699ff;
}
	
.content { position: relative; visibility: visible; width: 100%; }
.textFormat {position: relative; visibility: visible; }
#description { 
	position: absolute; 
	top: 0px; left: 0px; 
	width: 100%; 
	visibility: visible; 
	display: block; 
}


/****************
 * Table Styles *
 ****************/

/* Dates, Contact */
table.dates {
	border: 0;
	border-spacing: 0;
	padding: 0;
}
table.dates td {
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
	height: 1px;
}

/* Costs */
table.costs {
	border: 0;
	border-spacing: 0;
	padding: 0;
}
table.costs td {
	padding-bottom: 7px;
	vertical-align: top;
	
}
table.costs td.costline {
	width: 75%;
	padding-right: 7px;
	text-align: left;
}
table.costs td.costnumber {
	width: 1px;
	text-align: right;
}
table.costs td.coststitle {
	color: #df99ff;
	text-align: left;
}	
table.costs td.total {
	color: #6699ff;
	font-weight: bold;
}


/**************
 * Nav Styles *
 **************/
 
/* Edit Page Link */
.edit {
	padding: 3 0 3 54;
	text-align: left;
}
.edit a:link,
.edit a:visited { 
	color: #6699ff;
	font-weight: bold;
}
.edit a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* Sub Page Lists */
.page_item_div ul {
	list-style-type: none;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	text-indent: 0;
}

.pagenav {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-indent: 0;
}

.page_item {
	list-style-type: none;
	padding-left: 54px;
	padding-bottom: 10px;
	margin: 0;
	text-indent: 0;
	font-weight: bold;
	text-decoration: none;
}

.page_item a:link, 
.page_item a:visited {
	color: #df99ff;
	text-decoration: none;
}
.page_item a:hover {
	text-decoration: underline;
}
.page_item a:active {
	color:#6699ff
	text-decoration: underline;
}

.current_page_item a:link, 
.current_page_item a:visited, 
.current_page_item a:hover, 
.current_page_item a:active {
	color: #6699ff;
	text-decoration: none;
}