a:link		{ color: #56a1d5; }
a:visited	{ color: #176eaa; }
a:hover		{ color: #9b5318; }
a:active	{ color: #9b5318; }




body
	{
		margin: 0px; 
		color: #000;
	}



.mastertable
	{
		margin: 0 auto; 
		padding: 0 auto; 
		background-color:#f5f5f5;
		width:100%;
	}


.nav_div_home
	{
		width:100%;
		background: #fff url('images/page_tile.gif') repeat-x;
	}

.nav_div_page2
	{
		width:100%;
		background: #fff url('images/page2_tile.gif') repeat-x;
	}



.content
	{
		margin-top:35px;
		width:100%;
		background: #fff url('images/content_logo.gif') no-repeat top center;
	}


.content2
	{
		margin-top:35px;
		width:100%;
		background: #fff;
	}


p
	{
		font-family:arial,helvetica;
		font-size:13px;
		line-height:18px;
		margin:0px 0px 15px 0px;
		padding:0px;
		color:#404040;
	}

h1
	{
		font-family:georgia,times;
		font-weight:normal;
		font-size:24px;
		line-height:28px;
		margin:0px 0px 5px 0px;
		padding:0px;
		color:#4094cf;
	}





.copyright
	{
		font-family: arial,helvetica;
		font-size: 11px;
		line-height: 14px;
		width: 870px;
		text-align: left;
		margin-top: 80px;
		padding-bottom: 40px;
		border-top:1px solid #ccc;

	}
	








