/* CSS Document */

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #E2E0E0;
	}


a 
{
	font-family			: 		Tahoma;
	font-size			: 		8.5pt;
	color				: 		#990000;
}


a:link 
{
	text-decoration		: 		none;
}


a:visited 
{
	text-decoration		: 		none;
	color				: 		#990000;
}


a:hover 
{
	text-decoration		: 		underline;
	color				: 		#0000CC;
}


a:active 
{
	text-decoration		: 		none;
	color				: 		#FF0000;
}
	
	

	span#txtLocationDesc1
	{
			font-family		:	Arial;
			font-size		:	8.5pt;
			text-align    	:	left;		
			font-weight		:	900;	
			color			:	#FFFFFF;	
	}

	span#txtLocationDesc2
	{
			font-family		:	Arial;
			font-size		:	8.5pt;
			text-align    	:	left;		
			font-weight		:	0;	
			color			:	#FFFFFF;	
	}
	
	span#txtNavMenuTip
	{
			font-family		:	Arial;
			font-size		:	8pt;
			text-align    	:	left;		
			font-weight		:	0;	
			color			:	#A31D26;	
	}	
	
	span#txtCopyrightNotice
	{
			font-family		:	Verdana;
			font-size		:	8pt;
			text-align    	:	center;		
			font-weight		:	0;	
			color			:	#FFFFFF;	
	}		

	img#imgHeader
	{	
			margin				:	0px;			
			border				:	0px solid grey;
	}


	table#tblNavPanel
	{
	margin				:	0px;
	border-right		:	1px solid #B9002F;
	padding				:	0px;
	border-spacing		:	0px;
	background-color	:	#FFF2F2;
	position			: 	relative;
	left				:	1px;
	width  				:	165;
	}
	
	table#tblPage
	{			
		margin				:	0px;
		border-right		:	1px solid #B9002F;	
		padding				:	0px;
		border-spacing		:	0px;
		background-color	:	#FFFFFF;					
	}	
	

	


	
