/*     Link styles     */ 


a:link 
	{ 
        color: #013D88;
	}

a:visited 
	{ 
        color: #333333;
	}

a:hover 
	{ 
        color: #990000;
	}

a:active 
	{ 
        color: #990000;
	}


/*     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: 770px;
		border: 0px; 
		text-align: left; 
	}


.nav_div
	{
		padding-top: 5px;
		padding-bottom: 5px;
	}


.nav
	{
		margin-left: 5px;
		text-align: left;
		padding-bottom: 6px;
		width: 731px;
	}


.content
	{
		background-color:#DADADA;
		text-align: left;
		width: 770px;
	}



.sbhd
	{
		padding-left: 20px;
	}

.copy
	{
		font-family: georgia,arial,helvetica;
		font-size: 12px;
		line-height: 20px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 10px;
		padding-top: 20px;
	}





.copyright
	{
		font-family: arial,helvetica;
		font-size: 11px;
		line-height: 14px;
		width: 770px;
		text-align: left;
		margin-top: 10px;

	}
	


