@charset "ISO-8859-1";
/* CSS Document */

body {
	font-family: "Lucida Grande",Geneva,Arial,Verdana;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

td.td_bold {
	font-weight: bold;
}

td.td_right {
	text-align: right;
}

h1 {
	font-size: 18px;
	color: #4171b1;
	margin-top: 0;
}

h2 {
	font-size: 14px;
	color: #9e8d78;
	margin-top: 0;
}

p, ul, td {
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

ul {
	list-style: square;
}

a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}