/***************************************************************************
* General Styles
***************************************************************************/
	hr
	{
		color:					black;
		height:					1px;
	}
	a
	{
		color:					black;
	}
	body,td,p,blockquote
	{
		font-family:			tahoma;
		FONT-SIZE:				8pt;
	}
	input,select,textarea
	{
		font-family:			tahoma;
		FONT-SIZE:				8pt;
	}

/***************************************************************************
* Location Bar Styles
***************************************************************************/
	.locationBar
	{
		background-color:		#E0E0D1;				/* main color */
		border-right:			#000000 2px solid;
		border-left:			#000000 1px solid;
		padding-left:			8px;
		padding-bottom:			3px;
		padding-top:			3px;
		font-family:			tahoma;
		font-size:				8pt;
		color:					#000000;
		font-weight:			normal;
		text-decoration:		none;
	}
	.locationBar_highlight
	{
		background-color:		#ffffff;				/* hightlight color */
		BORDER-RIGHT:			#000000 2px solid;
		BORDER-LEFT:			#000000 1px solid;
		padding-top:			1px;
	}
	.locationBar_shadow
	{
		background-color:		#C5C5BF;				/* shadow color */
		BORDER-RIGHT:			#000000 2px solid;
		BORDER-LEFT:			#000000 1px solid;
		border-bottom:			#000000 2px solid;
		padding-top:			1px;
		margin-bottom:			15px;
	}
	.locationBar a,	.locationBar a:hover,	.locationBar a:active,	.locationBar a:visited,	{
		font-family:			tahoma;
		font-size:				8pt;
		color:					#4E4E49;
		font-weight:			normal;
		text-decoration:		none;
	}
	.locationBar a:hover
	{
		text-decoration:		underline;
	}

/***************************************************************************
* Custom Styles
***************************************************************************/
	.mainCategories a
	{
		color:					#000099;
		text-decoration:		none;
		padding-left:			5px;
		font-family:			tahoma;
		font-size:				8pt;
		font-weight:			bold;
	}
	.mainCategories a:hover
	{
		text-decoration:		underline;
	}