		body
		{
			background-image: url('images/background.gif');
			border-style: solid;
			border-width: 0px;
			margin: 0;
			padding: 0;
			font: 100 11px Arial;
			color: #000000;
		}
		
		td, input, select, textarea{ font: 100 11px Arial; color: #000000; }
		
		ul { list-style-image: url('images/bullet.gif'); }
		li { color: #990000; }
		ol { color: #990000; font-weight: bold; }
		
		a, a:visited
		{
			font-weight: bold;
			font: 100 11px Arial;
			text-decoration: none;
			color: #660000;
		}
		
		a:hover
		{
			font-weight: bold;
			font: 100 11px Arial;
			text-decoration: none;		
			color: #999999;
		}
		
		a.footer, a.footer:visited
		{
			font-weight: normal;
			font: 100 11px Arial;
			text-decoration: none;
			color: #96795A;
		}
		
		a.footer:hover
		{
			font-weight: normal;
			font: 100 11px Arial;
			text-decoration: underline;		
			color: #96795A;
		}
		
		a.atx, a.atx:visited, a.atx:hover
		{
			font-weight: normal;
			font: 100 11px Arial;
			margin: 1cm 0 0 0;
			padding: 0;
			text-decoration: none;
			color: #BEA992;

		}
		
		p
		{
			margin: 0cm 0.2cm 0cm 0.2cm;
			text-align: left;
			font: 100 11px Arial;
			color: #000000;
		}
		
		p.center
		{
			margin: 0cm 0.2cm 0cm 0.2cm;
			text-align: center;
			font: 100 11px Arial;
			color: #000000;
		}
		
		p.bold
		{
			margin: 0cm 0.2cm 0cm 0.2cm;
			text-align: left;
			font: 100 11px Arial;
			font-weight: bold;
			color: #000000;
		}
		
		p.right
		{
			margin: 0cm 0.2cm 0cm 0.2cm;
			text-align: right;
			font: 100 11px Arial;
			color: #000000;
		}
				
		p.footer
		{
			margin: 0;
			padding: 0;
			text-align: center;
			font: 100 11px Arial;
			color: #BEA992;
		}
		
		p.atx
		{
			margin: 1cm 0 0 0;
			padding: 0;
			text-align: center;
			font: 100 11px Arial;
			color: #BEA992;
		}
				
		#container
		{
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
		}

				#top
				{
					width: 100%;
					height: 100px;
					margin: auto;
					padding: 0;
					background-image: url('images/top-back.jpg');
				}
				
				#nav
				{
					width: 100%;
					height: 20px;
					margin: auto;
					padding: 0;
					background-image: url('images/nav-back.jpg');
				}
				
				#body
				{
					width: 800px;
					margin: auto;
					padding: 0;
					background-image: url('images/body-back.jpg');
				}
				
				#footer
				{
					width: 800px;
					height: 100px;
					margin: auto;
					padding: 0;
					background-image: url('images/bottom.jpg');
					
				}
		
		h1
		{
			border-style: solid;
			border-width: 0px;
			margin: 0cm 0.2cm 0cm 0.2cm;
			text-align: left;
			font-weight: bold;
			font-size: 11px;
			color: #FFFFFF;
		}
		
		h2
		{
			border-style: solid;
			border-width: 0px;
			margin: 0cm 0.2cm 0cm 0.2cm;
			text-align: center;
			font-weight: bold;
			font-size: 11px;
			color: #FFFFFF;
		}
		
		h3
		{
			border-style: solid;
			border-width: 0px;
			margin: 0cm 0.2cm 0cm 0.2cm;
			text-align: left;
			font-size: 11px;
			font-weight: bold;
			color: #990000;
		}
