.bg {
	background-attachment: fixed;
	background-image: url(images/work/1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.Title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.bgInside {

	background-attachment: fixed;
	background-image: url(images/work/2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 90px;
	border: 1px solid #55779C;
	height: 20px;
	margin-left: 5px;
	margin-top: 5px;
}
.FormButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 25px;
	border: 1px solid #E5ECED;
	height: 20px;
	margin-top: 5px;
	background-color: #E5ECED;
}
