/*     Link styles     */ 


a:link 
	{ 
        color: #FC7C00;
	}

a:visited 
	{ 
        color: #7415A4;
	}

a:hover 
	{ 
        color: #7415A4;
	}

a:active 
	{ 
        color: #7415A4;
	}


/*     Global styles     */ 


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


/*     Top level html styles     */ 



.mastertable
	{
		margin: 0 auto; 
		padding: 0 auto; 
		width: 774px;
		border: 0px; 
		text-align: left; 
	}

.copy
	{
		font-family: georgia,arial,helvetica;
		font-size: 11px;
		line-height: 20px;
		padding-top: 15px;
	}


.indent
	{
		font-family: georgia,arial,helvetica;
		font-size: 11px;
		line-height: 14px;
		padding: 0px 40px 0px 40px;
		margin-top: 10px;
	}





.copyright
	{
		font-family: georgia,arial,helvetica;
		font-size: 11px;
		line-height: 15px;
		color: white;
		width: 740px;
		text-align: center;
		margin-bottom: 40px;

	}
	
.menuhead
	{
		font-family: georgia,arial,helvetica;
		font-size: 21px;
		color:#520F74;
		margin-bottom: 8px;
	}

	
.menucopy
	{
		font-family: georgia,arial,helvetica;
		font-size: 12px;
		line-height: 16px;
	}




