
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/tiling.jpg);
	background-repeat:repeat-x;
	overflow-x:hidden;
}
a { text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #606060;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #3F73B4;
}

input, textarea
{
    border-top-width: 1px;
    border-left-width: 1px;
    font-size: 11px;
    border-left-color: #666;
    border-bottom-width: 1px;
    border-bottom-color: #666;
    border-top-color: #666;
    font-family: Tahoma, arial, helvetica, sans-serif;
    border-right-width: 1px;
    border-right-color: #666
}
