body
	{
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
	}
	#outer
	{
		background-color: #6B739C;
		padding: 20px;
	}
	#inner
	{
		border: solid 2px black;
	}
	#titlebar
	{
		background-color: #ffffff;
		height: 60px;
	}
	#title
	{
		font-size: 24px;
		font-weight: bold;
		height: 40px;
		padding: 5px;
	}
	#subtitle
	{
		font-size: 14px;
		font-weight: bold;
		vertical-align:	bottom;
		padding: 5px;
	}
	#main
	{
		background-color: #FFFFFF;
	}
	#rightcol
	{
		background-color: #f8f8f8;
		vertical-align: top;
		padding: 5px;
	}
	.text
	{	
		font-size: 12px;
		text-align:justify;
		margin: 7px;
	}
	.text2
	{	
		font-size: 11px;
	}
	.heading1
{
	font-weight: bold;
	font-size: 16px;
}
	.heading2
	{	
		font-weight: bold;
		font-size: 11px;
	}
	#maintext
	{
		padding: 5px;
	}
	#copyright
	{
		color: #000000;
		background-color: #f8f8f8;
		font-size: 10px;
	}
	p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	td.nav
	{
		text-align: center;
	}
	a.nav
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		font-family: tahoma;
		font-weight: bold;
	}
	a
	{
		color: #000000;
		text-decoration: none;
		font-size: 10px;
	}
.nav a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		font-family: tahoma;
		font-weight: bold;
	}
.nav a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		font-family: tahoma;
		font-weight: bold;
	}
a.heading1style2
	{
		color: black;
		text-decoration: none;
		font-size: 16px;
	}