/* CSS Document */

.borderBlack {border-color: #000000; border-style:solid;}
hr {color: #000000;}

body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #f3dda5;
		font-size: 8px;
	}
	
#logo_home {
	background-image: url(../images/nativeTalkb.jpg);
	background-repeat:no-repeat;
	width:505px;
	height:91px;
	text-indent:-3000px;
}

.links
	{
		padding: 15px 0px 0px 15px;
		font-size: 10px;
	}
	
.text
	{
		padding: 15px 0px 0px 15px;
		font-size: 10px;
		line-height: 13px;
	}	
	
.footer
	{
		padding: 5px 0px 0px 15px;
		font-size: 10px;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
