body,
html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #dedfde url(../images/bg-pattern.gif);
}

h1 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

h2 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

h3 {
	font-size: 1.0em;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

form, input {
	display: inline;
	font-family: "Trebuchet MS", Tahoma, Arial;
}


td {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

textarea {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 0.8em;
}

#main {
	background: url(../images/bg-cash.jpg) no-repeat top;
}

#header {
	width: 760px;
}

#container {
	width: 760px;
}

#navigation {
	float: left;
}

#text {
	width: 574px;
	float: right;
}

#cash {
	padding: 0px;
	margin: 0px;
	width: 574px;
	background: url(../images/page-bg.gif);
}

#footernav {
	text-align: center;
	font-size: 0.8em;
}

.trans {
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
}

.transmore {
	filter:alpha(opacity=50);
	moz-opacity:.50;
	opacity:.50;
}

.pagetext {
	margin: 10px 20px 10px 20px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 0.8em;
	text-align: left;
}

a:link {
	text-decoration: underline; color:#197a30;
}

a:visited {
	text-decoration: underline; color:#197a30;
}

a:hover {
	text-decoration: overline; color:#acd373; background: #000;
}	
