body{
	margin					: 0px;
	background-color		: #ffffff;
}

body, td, th {
	font-family				: Tahoma, Verdana, Arial;
	color					: #959595;
	font-size				: 8pt;
}

/* a-navigation */
.a-navigation:link {
	color					: #797676;
	font-weight				: bold;
	text-decoration			: none;
	font-size				: 15px;
}
.a-navigation:visited {
	color					: #797676;
	font-weight				: bold;
	text-decoration			: none;
	font-size				: 15px;
}
.a-navigation:hover {
	color					: #797676;
	font-weight				: bold;
	text-decoration			: underline;
	font-size				: 15px;
}
.a-navigation:active {
	color					: #797676;
	font-weight				: bold;
	text-decoration			: none;
	font-size				: 15px;
}

/* a-click */
.a-click:link {
	color					: #797676;
	font-weight				: bold;
	text-decoration			: none;
}
.a-click:visited {
	color					: #797676;
	font-weight				: bold;
	text-decoration			: none;
}
.a-click:hover {
	color					: #797676;
	font-weight				: bold;
	text-decoration			: underline;
}
.a-click:active {
	color					: #797676;
	font-weight				: bold;
	text-decoration			: none;
}

.title {
	color					: #797676;
	font-weight				: bold;
}