	<style type="text/css">
		.ns {
			font-weight: bold;
		}
		.menu ul
		{
			list-style-type: none;
			margin-left: 0px;
			padding-left: 4px;
		}
		.menu a
		{
			display: block;
			text-decoration: none;
			color: white;
		}
		.menu a:hover
		{
			background-color: #84b5fd;			
			text-decoration: none;
			color: white;
		}
		body
		{
			background-color: #4167b0;
			color: white;
			font-weight: bold;
		}

		.h5
		{
			color: black;
		}

		.pagetable
		{
			table-layout: fixed;
			width: 100%;
			min-width: 100%;
			max-width: 100%;
			height: 100%;
			min-height: 100%;
			max-height: 100%;
			padding: 0px;
		}

		.authors
		{
			color: #CC0000;
		}

		.titles
		{
			font-weight: bold;
			font-style: italic;
		}

		.bar
		{
			padding: none;
			padding-left: 3em;
			background-color: #F2CC47;
			border: 1px solid #904020;
			border-left: 0px;
			border-right: 0px;
			max-height: 1em;
			min-height: 1em;
			height: 1em;
			color: grey;
		}

		.mask
		{
			background-color: #84b5fd;
			color: black;
		}
		
		.style14 {color: #CCCC00; text-decoration: none; }
		.subtitle { font-family:Verdana; font-size: 16px; color:#000000; font-weight: bold; }
	</style>
