﻿body 
	{
		font-family: Arial;
		font-size: 10pt;
	}
	.header
	{
		padding: 2px;
		border: 0px none #C0C0C0;
		font-family: arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
		text-decoration: underline;
		background-color: #ffffff;
	}
	.header:hover
	{
		color: #000000;
		font-weight: bold;
	}
	.headerselected
	{
		padding: 2px;
		border: 0px none #C0C0C0;
		font-family: arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		text-decoration: underline;
		background-color: #99cd66;
	}
	.content
	{
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #99cd66;
		padding: 5px;
		margin: 0px 0px 5px 10px;
		font-family: arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
	}
	.header2
	{
		padding: 2px;
		border: 0px none #C0C0C0;
		font-family: arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #FFFF00;
		text-decoration: underline;
		background-color: #6A5ACD;
	}
	.header2:hover
	{
		color: Black ;
		font-weight: bold;
	}
	.headerselected2
	{
		padding: 2px;
		border: 0px none #C0C0C0;
		font-family: arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #FFFF00;
		text-decoration: underline;
		background-color: #6A5ACD;
	}
	.content2
	{
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #6A5ACD;
		padding: 5px;
		margin: 0px 0px 5px 10px;
		font-family: arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		background-color: #87CEEB;
	}


