Html,Body{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position: center;
}


.text{
	padding: 3px 3px 3px 8px;
	line-height: 150%;
	letter-spacing : 0.1em;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.text_12{
	padding: 3px 3px 3px 3px;
	line-height: 150%;
	letter-spacing : 0.1em;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text_10{
	padding: 3px 3px 3px 3px;
	line-height: 100%;
	letter-spacing : 0.1em;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

a.menu:link {
	color: #333333;
	text-decoration: none;
}
a.menu:visited{
	color: #333333;
	text-decoration: none;
}
a.menu:hover {
	color: #333333;
	text-decoration: underline;
}
