/*     Link styles     */ 


a:link 
	{ 
        color: #497B08;
	}

a:visited 
	{ 
        color: #616161;
	}

a:hover 
	{ 
        color: #666;
	}

a:active 
	{ 
        color: #497B08;
	}


/*     Global styles     */ 


body
	{
		margin: 0px; 
		background: white url(images/bg.gif);
		color: #333;
	}


/*     Top level html styles     */ 



.mastertable
	{
		margin: 20px 0px 0px 0px; 
		padding: 0 auto; 
		width: 767px;
		border: 0px; 
		text-align: left; 
		background-color: #F2F1EC;
	}

.nav
	{
		padding-bottom: 6px;
	}

.content
	{
		text-align: left;
		padding: 20px 10px 0px 10px;
	}



.copy
	{
		margin: 10px;
		font-family: georgia, arial,helvetica;
		font-size: 14px;
		line-height: 20px;
	}



.picfloat
	{
		float: right;
		margin: 0px 10px 15px 15px;
	}
.picborder
	{
		padding: 1px;
		border: 1px solid #666;
	}
.piccapt
	{
		width: 300px;
		margin-top: 4px;
		font-family: arial,helvetica;
		font-size: 11px;
		line-height: 13px;
	}

.copyright
	{
		border-top: 1px solid #000000;
		margin-top: 50px;
		width: 720px;
		padding: 10px 10px 0px 10xp; 
		text-align: center;
		font-family: arial,helvetica;
		font-size: 10px;
		line-height: 12px;
	}
	



