/* CSS Document */

/* border */

a img {
	border: none;
}

/* font-size */

td	{
	font-size: 80%;
	line-height: 150%;
}
.style1 {
	font-size: x-small;
}

/* link-color */

a:link {
	color: #2A389E;
}

a:hover {
	color: f05511;
	text-decoration: none;
}

/* font-color */
.footer td,.footer a{
	color: #ffffff;
}
