	body
	{
		font-family:  arial, helvetica, sans-serif;
		color: #000080; 
		text-decoration: none; 
		background-color: #ffffff ; 
	}

	a  
	{
		font-family: arial; 
		color: #0000BB; 
		text-decoration: none;
	}
	a:hover 
	{
		font-family: arial; 
		color: #000066; 
		text-decoration: underline;
	}

	th
	{
		text-align: center;
		background-color: #AAAACC ; 
	}

	.copyright
	{
		font-family: arial; 
		font-size: 8pt;
		color: #0000BB; 
		text-decoration: none;
	}

	.border-top
	{
		background: #f0f5fa url(images/pix-top-line.gif) repeat-x;
		height:5 ;
	} 
	.border-bot
	{
		background: #f0f5fa url(images/pix-bot-line.gif) repeat-x;
		height:5 ;
	} 
	.border-right
	{
		background: #f0f5fa url(images/pix-right-line.gif) repeat-y;
		width:5 ;
	} 
	.border-left
	{
		background: #f0f5fa url(images/pix-left-line.gif) repeat-y;
		width:5 ;
	} 
	.border-top-left
	{
		background: #f0f5fa url(images/pix-top-left.gif) no-repeat;
		width:5 ;
		height:5 ;
	} 
	.border-top-right
	{
		background: #f0f5fa url(images/pix-top-right.gif) no-repeat;
		width:5 ;
		height:5 ;
	} 
	.border-bot-left
	{
		background: #f0f5fa url(images/pix-bot-left.gif) no-repeat;
		width:5 ;
		height:5 ;
	} 
	.border-bot-right
	{
		background: #f0f5fa url(images/pix-bot-right.gif) no-repeat;
		width:5 ;
		height:5 ;
	} 
