.picbg {
	background-image: url(pic_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
}
textarea, input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a         {	color: #333333; text-decoration: none; }
a:link    { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:active  { color: #333333; text-decoration: underline; }
a:hover   { color: #333333; text-decoration: underline; }

.divout { position: relative; z-index: 1; overflow: hidden; vertical-align: middle; height: 16px; width: 100%; }
