/* body */
body {
	margin: 0;
	color:#FFFFFF;
	background-color:"#344154";
	font-family:Courier New;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
}

#canvas {
	overflow: auto;
}

/* Menu lines etc. */
.menu_top {
	font-family:Courier New; 
	font-size:14pt;
	text-decoration:none;
	font-weight:bold;
			
	background-color:#000000; 
	border-color:#000000;
}

.menu_bottom {
	font-family:Courier New; 
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
			
	background-color:#000000; 
	border-color:#000000;
	cursor:hand;
}

.menu_description {
	font-family:Courier New; 
	font-size:8pt;
	text-decoration:none;
	font-weight:normal;

	background-color:#191B3B;
	border-color:#000000;
}

.menu_item {
	font-family:Courier New; 
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
			
	background-color:#515784; 
	border-color:#000000;
	cursor:hand;
}

/* tables */
.table {
	border:0;
	width:60%;
}

.link_table {
	border-width:1;
	width:40%;
	text-align:left;
	/* background-color:"#111724"; */
}

/* image text */
.comment {
	font-family:Courier New;
	color:#FFFFFF;
	font-weight:italy;
	font-size:8pt;
	text-decoration:none;
}

/* image text */
.image {
	font-family:Courier New;
	color:#FFFFFF;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
}

/* Normal link appearance */
a:link {
	color:#9197C4; 
	font-family:Courier New;
	text-decoration:none;
}

a:visited {
	color:#9197C4; 
	font-family:Courier New;
	text-decoration: none;
}

a:active {
	color:#515784;
	font-family:Courier New;
	text-decoration:underline;
}

a:hover	{
	color:#C1C7F4;
	font-family:Courier New;
	text-decoration:underline;
}
