/* CSS Document */
div,body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.title {
	font-size: small;
}
a.title:link {
	text-decoration: none;
}
a.title:visited {
	color: #666666;
	text-decoration: none;
}
a.title:hover {
	text-decoration: underline;
}
a.title:active {
	text-decoration: none;
}

a.navi:link {
	color: #333333;
	text-decoration: none;
}
a.navi:visited {
	color: #666666;
	text-decoration: none;
}
a.navi:hover {
	text-decoration: underline;
}
a.navi:active {
	text-decoration: none;
}