A			{	color: white;
				text-decoration: none; }
	:active			{	color: white; }
	:hover			{	color: white;
						text-decoration: underline; }
	:visited		{	color: white; }
	:visited:hover	{	color: white; }


BODY		{	background-color: #AA8747;
				border-color: #7D6F55;
				border-style: solid;
				border-width: 1px;
				color: white;
				font-family: "Microsoft Sans Serif" "sans-serif";
				font-size: x-small; }
	.empty {	border-color: #AA8747;
			border-width: 0px;	}				

TABLE		{	border-color: #7D6F55; 
				border-style: solid;
				border-width: 1px; }
				
TD			{	background-color: #AA8747;
				border-color: #7D6F55; 
				border-style: solid;
				border-width: 1px;
				font-family: "Microsoft Sans Serif" "sans-serif";
				font-size: x-small; }
				
		.heading	{	background-color: #AA8747;
						font-family: "Microsoft Sans Serif" "sans-serif";
						color: white;
						font-size: small;
						font-weight: bold;
						margin: 0; }
		.label		{	background-color: #AA8747;
						font-family: "Arial" "sans-serif";
						color: white;
						font-size: xx-small;
						margin: 0; }


DIV			{}
	.menuheader	{	background-color: silver;
					color: black;
					font-family: "Times New Roman" "serif";
					font-size: 12pt;
					margin: 1px;
					padding: 0px 0px 0px 2px; 
					width: 175px; }
					
	.menusection{	font-family: "Times New Roman" "serif";
					font-size: 10pt;
					margin: 1px;
					padding: 0px 0px 0px 2px;
					width: 175px; }
				
				
FORM		{	margin: 0;
				padding: 0; }


INPUT		{	font-family: "Microsoft Sans Serif" "sans-serif";
				font-size: 8pt; }
	.button		{	background-color: #BFAB86;
					color: #554424;
					width: 100px; }
	.bigbutton	{	background-color: #BFAB86;
					color: #554424;
					width: 150px;
					height: 30px; }					
				
										
H1			{	color: #554424;
				font-family: "Arial" "Microsoft Sans Serif" "sans-serif";
				font-size: 24pt;
				font-weight: normal;
				margin: 2px }

H2			{	color: black;
				font-family: "Arial" "Microsoft Sans Serif" "sans-serif";
				font-size: 18pt;
				font-weight: normal;
				margin: 2px; }
			
H3			{	background: black; 
				color: white;
				display: inline;
				font-family: "Arial" "Microsoft Sans Serif" "sans-serif";
				font-size: 14pt;
				font-weight: normal;
				margin: 0 0 0 25px;
				padding: 1px 5px 1px 1px;
				text-align: right; 
				width: 575px; }
				
H4			{	background: black; 
				color: white;
				display: inline;
				font-family: "Arial" "Microsoft Sans Serif" "sans-serif";
				font-size: 12pt;
				margin: 0;
				padding: 1px 5px 1px 1px;
				width: 750px; }

HR			{	color: #554424;
				height: 1px;
				margin: 1px;
				text-align: left; }

SELECT		{	font-family: "Microsoft Sans Serif" "sans-serif";
				font-size: 8pt; }


SPAN	.highlight	{	color: red;
						font-weight: bolder; }
					
		.label		{	font-family: "Arial" "sans-serif";
						color: white;
						font-size: xx-small;
						margin: 0; }
		
		.PageTitle	{	color: #554424;
						font-family: "Arial" "Microsoft Sans Serif" "sans-serif";
						font-size: medium; }
					
			
TEXTAREA	{	font-family: "Microsoft Sans Serif" "sans-serif";
				font-size: 8pt; }