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

body,p,td,th,div,input,textarea,select,li {
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
}

.tit {
	font-size: 14px;
	font-weight: bold;
}
.subtit {
	font-weight: bold;
}

.menu {
	background-image: url(icn/button_off.gif);
	color: #5E5E5E;
	text-indent: 42px;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;
}

.menu_over {
	background-image: url(icn/button_over.gif);
	color: #5E5E5E;
	text-indent: 42px;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;
}

.menu_on {
	background-image: url(icn/button_on.gif);
	color: #5E5E5E;
	text-indent: 42px;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;
}


/* LINKS */

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
