/*     Link styles     */ 


a:link 
	{ 
        color:#08346D;
	}

a:visited 
	{ 
        color:#000000;
	}

a:hover 
	{ 
        color:#EA6E00;
	}

a:active 
	{ 
        color:#EA6E00;
	}


/*     Global styles     */ 


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


.parent
	{
		margin:0 auto; 
		width:744px; 
		text-align:left; 
	}

.copy
	{
		margin-left:15px;
		margin-right:15px;
		font-family: times new roman, times, georgia;
		font-size:14px;
		line-height:18px;
		color:#000000;
	}

.left_head
	{
		width:190px;
		padding-top:10px;
		text-align:center;
		font-weight:bold;
		font-family: arial,helvetica;
		font-size:12px;
		line-height:13px;
		color:#A0B8C8;
		border-top:1px solid #8596AD;
	}

.left_copy
	{
		width:190px;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:40px;
		text-align:center;
		font-weight:bold;
		font-family: arial,helvetica;
		font-size:11px;
		line-height:13px;
		color:#A0B8C8;
		border-bottom:1px solid #8596AD;
	}

.copyright
	{
		margin-top:80px;
		margin-bottom:30px;
		padding-left:10px;
		padding-right:10px;
		font-family:arial,helvetica;
		font-size:11px;
		line-height:13px;
					
	}
	








