@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFF0EB;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 1.4;
	background-image: url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.alltext {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.h-page {
	font-family: Trebuchet MS;
	font-size: 21px;
	color: #666666;
}
a:link{
	color: #0066CC;
}
a:hover{
	color: #0099FF;
}
a:visited{
	color: #0066CC;
}
a:active{
	color: #0066CC;
}

