@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #666666;
}
a:link {
	color: #333333;
	font-weight:bold;
}
a:hover {
	color: #666666;
	font-weight:bold;
}
a.visited {
	color: #333333;
	font-weight:bold;
	}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}

.menu:link {
	text-decoration:none;
	font-weight:bold;
    font-size: 14px;
	color: #ffffff;
}
.menu:hover {
	color: #ffffff;
}
.menu:visited {
	text-decoration:none;
	font-weight:bold;
    font-size: 14px;
	color: #ffffff;
	}

.menutext {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.smalltext {
	font-size: 6px;
	font-weight: bold;
	color: #ffffff;
}
