	body
	{	
		font-family: "Times New Roman";
		font-size: 12pt;
	 	background-color: #ffffff;
		color: #000000;
		text-align: left;
	}
	
	td
	{	
		padding: 2px;
		padding-left:3px;
		font-family: "Times New Roman";
		font-size: 12pt;
		color: #000000;
		text-align: left;
		border: solid 1px black;
	}
	th
	{	
		background-color: #000080;
		color: #ffffff;
		padding: 2px;
		padding-left:3px;
		font-family: "Times New Roman";
		font-size: 12pt;
		text-align: center;
		border: solid 1px black;
	}
	table 
	{
		border-collapse: collapse; 
		border: solid 1px black;
		width:100%;
	}
	
	pre {font-size: 10pt;}

	a, a:visited {color: #0000ff; text-decoration: underline;}
	a:hover { color: #d30000; text-decoration: underline;}
	
	.header_anchor {color: #000080; text-decoration: none;}
	h1, h2, h3, h4, h5, h6 {color: #000080;}
	.gloss_item {text-decoration: none; color: #000000;}

	ul {list-style-type: square;}