/* comatonse print style sheet */

body {
	background-color: #ffffff;
	}
				
a 	{
	text-decoration:none;
	}
	
a:link {color:#000000;} a:visited {color:#000000;} a:active {color: #000000;} a:hover {color:#000000;}
	
a.white-link:link {color:#000000;} a.white-link:visited {color:#000000;} a.white-link:active {color: #000000;} a.white-link:hover {color:#000000;}

ul {
	margin-bottom:0;
	margin-top:0;
	align:justify;
	}

ol {
	margin-bottom:0;
	margin-top:0;
	align:justify;
	}

p {
	margin-top:0;
	align:justify;
	}

embed {
	display:none;
	}

div.noprint-div {
	display:none;
	}

font.white {
	color:#000000;
	}
	
font.noprint-font { 
	display:none;
	 }

img.noprint-img { 
	display:none;
	 }

div.pagebreak {page-break-before: always}

	 	 
/* NAVIGATION TABLE - HIDDEN */
table.noprint-table { 
	display:none;
	 }

/* NAVIGATION TABLE - HIDDEN */
.nav-table { 
	display:none;
	 }
	 	 
/* NAVIGATION GREY TEXT */
div.grey {
	font-family: Palatino, Times;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	}
div.grey a:link {color: #000000;}
div.grey a:visited {color: #000000;}
div.grey a:hover {color: #000000;}
div.grey a:active {color: #000000;}
	
		 
	/* NAVIGATION GREEN TEXT */
	div.greenlink {
		font-family: Palatino, Times;
		font-size:14px;
		font-weight:bold;
		color:#000000;
		text-align:right;
		}
	div.greenlink a:link {color: #000000;}
	div.greenlink a:visited {color: #000000;}
	div.greenlink a:hover {color: #000000;} /* #77b5a2 */
	div.greenlink a:active {color: #000000;}


/* CONTENT TABLE */
.con-table { 
	background:transparent;
	border: 14px solid transparent;collapse; /* 'cellspacing' */
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	font-family: Palatino, Times;
	font-size:14px;
	font-weight:regular;
	color:#000000;
	text-align:justify;
	 }
	
.con-table th, 
.con-table td { 
	align:left;
	valign:top;
	padding:0px;
	margin:0;
	 }
	 
table.con-table a:link {color: #000000;}
table.con-table a:visited {color: #000000;}
table.con-table a:hover {color: #000000;}
table.con-table a:active {color: #000000;}


/* CONTENT TRANSPARENT TABLE */
.con-transparent-table { 
	background:transparent;
	border: 14px solid transparent;collapse; /* 'cellspacing' */
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	font-family: Palatino, Times;
	font-size:14px;
	font-weight:regular;
	color:#000000;
	text-align:justify;
	 }
	
.con-transparent-table th, 
.con-transparent-table td { 
	text-align: justify;
	align:left;
	valign:top;
	padding:0px;
	margin:0;
	 }
	 
table.con-transparent-table a:link {color: #000000;}
table.con-transparent-table a:visited {color: #000000;}
table.con-transparent-table a:hover {color: #000000;}
table.con-transparent-table a:active {color: #000000;}


	/* CONTENT HEADER TABLE */
	.header-table { 
		background:transparent;
		border: 0;collapse; /* 'cellspacing' */
		margin-bottom:-4;
		margin-top:0;
		position:left;
		font-family: Palatino, Times;
		font-size:18px;
		font-weight:regular;
		color:#000000;
		text-align:right;
		 }
	
	.header-table th, 
	.header-table td { 
		align:right;
		valign:top;
		padding:0px;
		margin:0;
		 }
	 
	table.header-table a:link {color: #000000;}
	table.header-table a:visited {color: #000000;}
	table.header-table a:hover {color: #000000;}
	table.header-table a:active {color: #000000;}

	/* WRITINGS TITLE TABLE */
	.writingstitle-table { 
		background:transparent;
		border: 0;collapse; /* 'cellspacing' */
		margin-bottom:-4;
		margin-top:0;
		position:left;
		font-family: Palatino, Times;
		font-size:18px;
		font-weight:bold;
		color:#000000;
		text-align:left;
		 }
	
	.writingstitle-table th, 
	.writingstitle-table td { 
		text-align:left;
		align:left;
		valign:top;
		padding:0px;
		margin:0;
		 }
	 
	table.writingstitle-table a:link {color: #000000;}
	table.writingstitle-table a:visited {color: #000000;}
	table.writingstitle-table a:hover {color: #000000;}
	table.writingstitle-table a:active {color: #000000;}


	/* CONTENT TOPIC TABLE */
	.topic-table { 
		background:transparent;
		border: 0;collapse; /* 'cellspacing' */
		position:left;
		margin-bottom:0;
		margin-top:0;
		font-family: Palatino, Times;
		font-size:14px;
		font-weight:bold;
		color:#000000;
		text-align:right;
		 }
	
	.topic-table th, 
	.topic-table td { 
		align:right;
		valign:top;
		padding:0px;
		margin:0px;
		 }
	 
	table.topic-table a:link {color: #000000;}
	table.topic-table a:visited {color: #000000;}
	table.topic-table a:hover {color: #000000;}
	table.topic-table a:active {color: #000000;}



	/* CONTENT SUB-HEADER TABLE */
	.sub-table { 
	display:none;
	 }

