@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../_images/bg.png);
}
.design {
	background-image: url(../_images/des.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.head1 {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 22px;
	color: #000000;
}
.footer {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3E9A5B;
}
.menufont {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.head2 {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
