h1,h2,h3,h4,h5,h6	{
		font-family: "Times New Roman", Times, serif;
		color: #000099;
		line-height: normal;
		}
	
h1 {font-size: 18pt;}
h2 {font-size: 13pt;}
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}
h5 {font-size: 12pt;}
h6 {font-size: 10pt;}


.body		{
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		font-weight: normal;
		color: #000000;
		background-color: #999999;
		margin: 5px auto;
		border: 0px solid;
		padding: 0px;
		spacing: 0px;
		text-align: center;
		width: 780px;
		}


.normal		{
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		font-weight: normal;
		background-color: #FFFFFF;
		margin: 0px auto;
		border: 0px solid;
		padding: 0px;
		spacing: 0px;
		text-align: left;
		width: 780px;
		}


.header		 {
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		font-weight: normal;
		background-color: #FFFFFF;
		border: 0px solid;
		padding: 5px;
		text-align: left;
		width: 600px;
		}



.navigation	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		background-color: #FFFFFF;
		vertical-align: top;
		border: 0px solid;
		padding: 2px;
		width: 180px;
		}

.navigation	a {
		color: #666699;
		font-weight: bold;
		text-decoration: none;
		text-indent: 15px;
		}


.navigation	a:link {
		color: #666699;
		}

.navigation	a:hover {
		 font-style: oblique;
		}

.navigation	a:visited {
		color: #666699;
		}



.main 		{
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		background-color: #FFFFFF;
		vertical-align: top;
		list-style-type: disc;
		margin: 0px auto;
		border: 0px solid;
		padding: 5px;
		text-align: left;
		width: 600px;
		}



.footer		{
		font-family: "Times New Roman", Times, serif;
		color: #999999;
		font-size: 12pt;
		font-weight: bold;
		margin: 0px auto;
		border: 0px solid;
		padding: 0px;
		text-align: center;
		}



.boldblue		{
		font-size: 12pt;
		font-weight: bold;
		color: #000099;
		}

.bigboldblue	{
		font-size: 16pt;
		font-weight: bold;
		color: #000099;
		}

.boldbrown	{
		font-size: 12pt;
		font-weight: bold;
		color: #990000;
		}

.bigboldbrown	{
		font-size: 16pt;
		font-weight: bold;
		color: #990000;
		}


