/*************************************
			BODY
			- controls font in <body> tag bec697			 
************************************/
		body
			{
				padding: 0px;
				margin: 0px 0px 0px 0px;
				font: normal 10pt Arial, Helvetica, sans-serif;
				background-color: #bec697;
			}

/*************************************
			TD
			- controls font in <td> tag 			 
************************************/
		td
			{
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				font: normal 10pt Arial, Helvetica, sans-serif;
			}
			
/**************************************/
		
		/*text - controls display of text*/
		.indent
			{
			padding: 10px 20px 10px 20px
			}
		
		/*text - controls display of text*/
		.text
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			padding: 0px 0px 0px 0px
			}
			
		/*title - controls display of title text*/
		.title
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: normal;
			padding: 0px 0px 7px 0px;
			}
			
		/*subtitle - controls display of title text*/
		.subtitle
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			padding: 11px 0px 3px 0px;
			}


		/*gradient - applies background image KEEP ME*/
		.gradient
			{ 
			background-image: url('gradient.gif'); 
			background-repeat: repeat-x; width: 100%; 
			}


		/*navigation - main navigation style KEEP ME*/
		.navigation
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			padding: 0px 3px 3px 3px;
			}
			
			.onNavigation
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			padding: 0px 3px 3px 3px;
			background: #ffffff;
			}
			
			.white
			{
			background-color: #ffffff;
			}
			
		/*title - controls display of title text*/
		.footer
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #333333;
			padding: 10px 0px 0px 0px;
                        background: #bec697
			}
