/* CSS Document */


body,td,th {
	font-family: Futura, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}

:focus{
	outline:none;	
	}

.style1 {
	color: #096F96;
}

.style2 {
	font-size: 16px;
	color:#096F96;
}
.style3 {
	font-size: 10px;
	color:#333333;
	line-height:1.25;
}

a {
	font-size: 12px;
	color:#096F96;
	text-decoration:underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #096F96;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

img{
	border:none;	
		}