body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a:link		{color:#333333;text-decoration: none}
a:visited	{color:#333333;text-decoration: none}
a:active	{color:#333333;text-decoration: none}
a:hover		{color:#333333;text-decoration: underline}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color:#666666;
}
.textfield_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color:#333333;
}
.textfield_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color:#434343;
	font-weight: bold;
}
.bottom_bg {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
}
.body_bg {
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-x;
}

