/*-----------------------------------------------------------------------------
Standard Elements
-----------------------------------------------------------------------------*/
	/*-------------------------------------------------------------------------
	Document Elements
	-------------------------------------------------------------------------*/
	BODY {font-family:verdana; font-size:70%; background-color:cornsilk;}
	H1 { font-size:120%; font-style:bold; }
	H2 { font-size:120%; font-style:bold; font-forecolor:Blue}
	
	/*A {font-family:tahoma; font-size:100%;;
		text-decoration:none; align:center; color:Blue;
		border:2 white outset; padding:2px 20px; margin:0px 2px 20px 2px; 
		background-color:moccasin;
	}

	A:visited{ color:black; }8?
		
	
	/*-------------------------------------------------------------------------
	Tables
	-------------------------------------------------------------------------*/
	TABLE { font-family:tahoma; font-size:100%; }
	TD { font-family:tahoma; font-size:100%;}
	TH { background-color:moccasin; }

	/*-------------------------------------------------------------------------
	Frames
	-------------------------------------------------------------------------*/
	FIELDSET {border: "1 black solid"; padding:10px;}
	LEGEND {font-weight:bold; Color:maroon;}
	
	/*-------------------------------------------------------------------------
	Controls 
	-------------------------------------------------------------------------*/
	INPUT, SELECT { font-family:tahoma; font-size:100% } 	
	INPUT.Required, TEXT {border: "2 lime outset";}
	TEXTAREA.Required{border: "2 lime outset";}
	INPUT.Invalid, TEXT {border: "2 red outset";background-color:yellow}
	INPUT.Disabled, TEXT {background-color:cornsilk; border:none}		
	INPUT.Validated, TEXT{
		border: "2 white inset";
		font-size:100%; font-style:normal;
		alignment: right; 	
		background-color: white;}		

	BUTTON {font-family:tahoma; font-size:100%; 
		behavior:url(buttonhilite.htc); align:center; color:black;
		border:2 white outset; 
		background-color:moccasin;
		padding:2px 8px; margin:2px; 
	}	

	H1 {background-color:moccasin;}	

	/*-------------------------------------------------------------------------
	Any anchors placed in a divButtons DIV will appear and behave as a button.
	-------------------------------------------------------------------------*/
	DIV.divButtons { font-family:tahoma; font-size:100%; 
		text-align:center; padding:1px; 
		margin-top:9px;	 
	}

	DIV.divButtons A { 
		behavior:url(buttonhilite.htc); text-decoration:none; align:center; 
		color:black;  font-weight:600; border:2 white outset; padding:2px 1px; 
		background-color:darkgoldenrod;
	}

	DIV.divButtons A:visited { color:black; }

	/*-------------------------------------------------------------------------
	Link Button is used to make an anchor that is outside of of a divButtons
	DIV look like a button.
	-------------------------------------------------------------------------*/
	A.linkButton {font-family:tahoma; font-size:100%;;
		text-decoration:none; 
		behavior:url(buttonhilite.htc); align:center; color:red;
		border:2 white outset; padding:2px 20px; margin:0px 2px 20px 2px; 
		background-color:moccasin;
	}

	A.linkButton:visited{ color:black; }

